Version: V1.0.0On this pageMONTH Declaration MONTH(date) Description Returns the month information of the date. Example SELECT MONTH('2008-02-03');+---------------------+| MONTH('2008-02-03') |+---------------------+| 2 |+---------------------+1 row in set (0.001 sec)