IBM Lotus Symphony
|
Returns the internal date number from a string that contains a date in ISO format.
CDateFromIso(String)
Internal date number
String: A string that contains a date in ISO format. The year may have two or four digits.
dateval = CDateFromIso("20021231")
returns 12/31/2002 in the date format of your system