DATE_FORMAT() FUNCTION in MySQL

DATE_FORMAT() FUNCTION The MySQL DATE_FORMAT function is used to format a date. The various versions of MySQL support the DATE_FORMAT function, namely, MySQL 5.7, MySQL 5.6, MySQL 5.5, MySQL 5.1, MySQL 5.0, MySQL 4.1, MySQL 4.0 and MySQL 3.23. Syntax: DATE_FORMAT( date, format_mask ) Parameters: date: It is used to specify the date to be … Read more