VBScript MonthName Function
Complete VBScript Reference
The MonthName function returns the name of the specified month.
Syntax
|
MonthName(month[,abbreviate])
|
| 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 |
Example 1
document.write(MonthName(8))
Output:
August
|
Example 2
document.write(MonthName(8,True))
Output:
Aug
|
Complete VBScript Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|