Int64ToDateString

Converts the specified serial number date to a formatted date string.

SYNTAX
Int64ToDateString(format, date) 
ARGUMENTS

format Formatting rules that define how the date string is displayed.

See Format specifiers.

date Date serial number.

RETURN Date as a formatted date string.
EXAMPLE
GetObject("date","MLDate")

CurrDateAsInt = date.CurrentDate()

DateIntToStr = date.Int64ToDateString("MM.dd.yyyy", CurrDateAsInt)