DateToChar method

Previous Next

See Also

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

select USFormat.DateToChar(sysdate, 'DD-MM-YY') => 28-03-03