mysql change date format in query code example
Example: date conversion in mysql column
MySQL DATE_FORMAT() formats a date as specified in the argument. A list of format specifiers given bellow may be used to format a date. The ‘%’ is required before the format specifier characters.
Syntax:
DATE_FORMAT(date,format)