@CalcMgrYearsBetween

Purpose:

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

Syntax:

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

CDF Spec: @CalcMgrYearsBetween(fromDate,toDate)

Note:

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