Last update: Friday, Jan 22, 2021
The DATE_TO_CHAR function converts a date to a string.
Syntax
DATE_TO_CHAR(format,date-expr);
where date-expr is a date expression that will be converted to a string.
For information about date formats, see Date and Time Patterns.