DateStringToInt64

Converts a date string to a serial number date.

SYNTAX
DateStringToInt64(format, date) 
ARGUMENTS

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

See Format specifiers.

date Date string to convert.

RETURN Date serial number
EXAMPLE
GetObject("date","MLDate") 
DateStrToInt = date.DateStringToInt64("MM/dd/yyyy", "10/31/2017")