Function reference
Obtains the month of a date value and returns the month’s name.

MonthName ( ‘string date’ )

Argument Description
string date The date for which you want the name of the month

Data type: String

Example:
Expression returns June
MonthName( ’2013-06-25’ )

Last modified: 23 May 2021