DATE_TO_CHAR
The DATE_TO_CHAR converts a date to a string.
DATE_TO_CHAR(format,d);
Where d is a date that will be converted to a string.
View a markdown version of this page
The DATE_TO_CHAR converts a date to a string.
DATE_TO_CHAR(format,d);
Where d is a date that will be converted to a string.