@CalcMgrDateToString
Purpose:
Returns the date in the YYYYMMDD format, as a string using the format given. For the format, see SimpleDateFormat in Java documentation
Syntax:
Java Class: com.hyperion.calcmgr.common.cdf.CalendarFunctions.dateToString(int,String)
CDF Spec: @CalcMgrDateToString(date, format)