79
MySQL Date/Time monthname() Function
The monthname() is a MySQL date/time function. It is used to get the full month name.
Syntax
Parameter:
date_value : datetime or time value for getting month name.
Returns:
This function returns the full name of the month for a date.
Example 1
Output:
Example 2
Output:
Next TopicMySQL datetime