Home
Search
Tell a Friend
ABS() Array() ASC() CHR() CInt() CStr() Date() DateAdd() DateDiff() DatePart() DateSerial() DateValue() Day() Fix() FormatCurrency() FormatDateTime() FormatNumber() FormatPercent() Hour() InStr() InStrRev() Int() IsArray() IsDate() IsEmpty() IsNull() IsNumeric() IsObject() Join() LBound() LCase() Left() Len() LTrim() Mid() Minute() Month() MonthName() Now() Replace() RGB() Right() Rnd() Round() RTrim() Second() Space() Split() Sqr() strComp() String() StrReverse() Time() TimeSerial() TimeValue() TypeName() UBound() UCase() VarType() WeekDay() WeekDayName() Year()
|
WeekDayName() Purpose:Returns the specified day of the week DataType:String Syntax:WeekDayName(weekday [, Abb [, firstdayofweek]]) Arguments:"weekday" is the numeric representation for the day of the week;
"Abb" is an optional boolean value (if set to true, the weekday name will be abbreviated; if set to false, the full weekday name is displayed);
"firstdayofweek" is an optional date constan Sample: response.write WeekDayName(WeekDay(Date)) Result: Thursday Date Added: 1/9/2001
|