@CalcMgrDaysDiff

Purpose:

Returns the days between two dates that are in the YYYYMMDD format

Syntax:

Java Class: com.hyperion.calcmgr.common.cdf.CalendarFunctions.daysDiff(int,int)

CDF Spec: @CalcMgrDaysDiff(fromDate,toDate)

Note:

When using @CalcMgrDaysDiff, if the first date is later than then second date in the function, then a negative number is returned. If the first date is before the second date in the function, then a positive number is returned. if you want to return only positive numbers, then use @CalcMgrDaysBetween.