MONTHNAME(date) returns the full name of the month for date. : MONTHNAME : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » MONTHNAME »

 

MONTHNAME(date) returns the full name of the month for date.


The language used for the name is controlled by the value of the lc_time_names system variable.

mysql>
mysql> SELECT MONTHNAME('1998-02-05');
+-------------------------+
| MONTHNAME('1998-02-05') |
+-------------------------+
| February                |
+-------------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Date Time Functions
» MONTHNAME