Retrieve the actual month name: MONTHNAME()
mysql> mysql> mysql> SELECT MONTHNAME('2004-12-31 23:59:59'); +----------------------------------+ | MONTHNAME('2004-12-31 23:59:59') | +----------------------------------+ | December | +----------------------------------+ 1 row in set (0.00 sec)