Home » MySQL monthname() Function

MySQL monthname() Function

by Online Tutorials Library

MySQL Date/Time monthname() Function

The monthname() is a MySQL date/time function. It is used to get the full month name.

Syntax

Parameter:

date_value : datetime or time value for getting month name.

Returns:

This function returns the full name of the month for a date.

Example 1

Output:

MySQL Datetime monthname() Function

Example 2

Output:

MySQL Datetime monthname() Function

Next TopicMySQL datetime

You may also like