Complete VBScript Reference
The MonthName function returns the name of the specified month.
| Parameter | Description |
|---|---|
| month | Required. Specifies the number of the month (January is 1, February is 2, etc.) |
| abbreviate | Optional. A Boolean value that indicates if the month name is to be abbreviated. Default is False |
Get the name of the 8th month:
The output of the code above will be:
Get the short name of the 8th month:
The output of the code above will be:
Complete VBScript Reference
Your message has been sent to W3Schools.