MONTHNAME

Description

Returns a string indicating the specified month.

Syntax

MONTHNAME ( month, abbreviate )

Parameter Description
month The numeric designation of the month. For example, January is 1, February is 2, etc.
abbreviate Boolean value that indicates whether to abbreviate the month name:
  • True — Do not abbreviate the month name
  • False — Abbreviate the month name

Examples

This function returns Dec:

MONTHNAME( 12, 1 )