@CalcMgrMonthsBetween

Purpose:

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

Syntax:

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

CDF Spec: @CalcMgrMonthsBetween(fromDate,toDate)

Note:

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