Status
Done
Text
Functions to extract readable month and day names from dates using MONTHNAME(), DAYNAME(), and formatting functions.
Section 6. Getting Month & Day Names
This section shows you how to use functions to get the month and day names.
- DAYNAME() – Return the name of the day for a specific date.
- MONTHNAME() – Return the name of the month for a specific date.
‣
MySQL DAYNAME() Function
‣