|
How can you get the name of the month . Once again VBScript provides a useful function MonthName(month ,[abbreviate]) . this takes a number between 1 and 12 which represents the month and has an optional parameter which if set to True will abbreviate the month . So November becomes Nov .
|