Skip to main content
Version: V1.0.0

MONTHNAME

Declaration

MONTHNAME(date)

Description

Returns the full name of the month for the specified date date.

Example

SELECT MONTHNAME('2008-02-03');
+-------------------------+
| MONTHNAME('2008-02-03') |
+-------------------------+
| February |
+-------------------------+
1 row in set (0.001 sec)