|  | 
| MonthName function See example features
 
 description
 
 Returns a string representing the specified month.
 
 grammar
 
 MonthName (month [, abbreviate])
 
 MonthName function syntax has the following parts:
 
 Part Description
 month required. The numeric value of the month. For example, January is 1, February is 2, and so on.
 abbreviate is optional. Boolean value indicating whether the month name is abbreviated. If omitted, the default value is False, indicating that the month name cannot be abbreviated
 | 
 |