MonthName()
Purpose:
Returns the name of the month of the year
DataType:
String
Syntax:
MonthName(month, [, Abb])
Arguments:
"month" is the numeric representation for a given month;
Abb (optional) is a boolean value used to display month abbreviation. True will display the abbreviated month name and False (default) will not show the abbreviation.
Sample:
response.write MonthName(Month(Now), True)
Result:
Apr

Date Added: 1/9/2001

DataTypes Data Types SQL


Back To Top
© 1998 - 2024 psacake.com
Version 7.21 | Advertise on this site