MONTH
On this page
Extracts the month from the given datetime.
Syntax
MONTH ( dateobj )
Arguments
- 
        dateobj: a valid date, datetime, or parsable date string. 
Return Type
Integer
Examples
SELECT MONTH('2009-02-13');
+---------------------+
| MONTH('2009-02-13') |
+---------------------+
|                   2 |
+---------------------+Related Topics
Last modified: May 31, 2023