CDateFromIso Function [Runtime]
Returns the internal date number from a string that contains a date in ISO format.
Master the leading free office suite!Watch 1,000+ OpenOffice video tutorials.
Syntax:
CDateFromIso(String)
Return value:
Internal date number
Parameters:
String: A string that contains a date in ISO format. The year may have two or four digits.
Error Codes
Example:
dateval = CDateFromIso("20021231")
returns 12/31/2002 in the date format of your system
Index
This help text for MS Windows , published from the LibreOffice Help files Release 3.3 under the Public Documentation License 1.0.


