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
Want To Be A Web Master?
If you want to be a Web Master, you will have to host your web site with an ISP (Internet Service Provider).
MaximumASP offers seven different configurations of dedicated servers to meet your Windows and .NET hosting needs.
Hosted on our multi-tiered Enterprise Class network, these servers provide the performance, security and reliability
you need to host your high end web sites and applications.
Visit MaximumASP
|