@CalcMgrGetStringFormattedDateTime

Purpose:

Converts the date defined by format to date in the YYYYMMddHHmmss format.

For example: @CalcMgrGetFormattedDate(12302014, "MMddyyyyHHmmss") returns 201412301430.

For more information, see "SimpleDateFormat " in the Java docs.

Possible values for format: mmddyyyyHHmmss, ddmmyyyyHHmmss, yyyyddmmHHmmss

Syntax:

Java Class: com.hyperion.calcmgr.common.cdf.CalendarFunctions.getStringFormattedDateTime(String,String)

CDF Spec: @CalcMgrGetStringFormattedDateTime(date, format)