MonthName
This function coverts a number to a string indicating the month.
Syntax
MonthName(month,[abbreviate])
Parameters
- month
- Required. Numeric designation of the month. For example, January is 1, February is 2, and so on.
- abbreviate
- Optional. Boolean value that indicates if the month name is to be abbreviated. If omitted, the default is False, which means that the month name is not abbreviated.
Return Values
Returns a string.