CharToDate method

Previous Next

See Also

This method requires two input parameters of string type. The first parameter represents the string to be converted to a date and the second represents the format used for conversion. The format can be one of the USoft IO formats used for date values. The return parameter of the method represents the converted date value. For example:

select USFormat.CharToDate('12-MAR-2002', 'DD-MON-YYYY')