CDateFromIso Function [Runtime]/text/sbasic/shared/03030108.xhpSun Microsystems, Inc.converted from old format - fpeCdateFromIso functionCDateFromIso Function [Runtime]Returns the internal date number from a string that contains a date in ISO format.Syntax:CDateFromIso(String)Return value:Internal date numberParameters:String: A string that contains a date in ISO format. The year may have two or four digits.Example:dateval = CDateFromIso("20021231")returns 12/31/2002 in the date format of your system