@CalcMgrDaysBetween

Purpose:

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

Syntax:

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

CDF Spec: @CalcMgrDaysBetween(fromDate,toDate)

Note:

@CalcMgrDaysBetween returns only positive numbers. If you want to return a negative number if it applies, then use @CalcMgrDaysDiff.