Status
Done
Text
This section explains the functions that allow you to retrieve the current date, time, or both.
Section 4. Formatting Date & Time functions
- DATE_FORMAT() – Return a string representation of a date based on a format.
- TIME_FORMAT() – Return a string representation of a time based on a format.
- GET_FORMAT() – Return a format string for a date, time, datetime, or timestamp.
‣
MySQL DATE_FORMAT() Function
‣
MySQL TIME_FORMAT() Function
‣