FormatDateTimeString

Formats the specified date string according to the rule for a date string.

SYNTAX
FormatDateTimeString(format, date) 
ARGUMENTS

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

See Format specifiers.

date Date string.

RETURN Formatted date string
EXAMPLE
GetObject("date","MLDate")
 FormatedDateTimeStr = date.FormatDateTimeString("MM/dd/yyyy", "31/10/2017")