Category: Date and Time function
This function returns the abbreviated (3-letter) name of the month corresponding to the month_num, from 1 to 12, according to the current regional locale.
| Argument | Type | Description |
|---|---|---|
| month_num | Number | A number representing a month, from 1 to 12. |
Return value type: Text (Jan, Feb, Mar, etc.)
monthnamelocal(1) //Returns 'Jan'
monthnamelocal(9) //Returns 'Sep'