CurrentDateToString

Returns the current date as a date string.

SYNTAX
CurrentDateToString(format) 
ARGUMENTS format Formatting rules that define how the date string is shown.

See Format specifiers.

RETURN Current date as a formatted date string.
EXAMPLE
GetObject("date","MLDate") 
CurrDateAsStr = date.CurrentDateToString("MM.dd.yyyy")