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()
|
WeekDay() Purpose:Returns a whole number representing the day of the week DataType:Integer Syntax:WeekDay(date [, firstdayofweek]) Arguments:"date" is any valid date expression;
"firstdayofweek" is an optional date constant to assign the first day of week. Sample: response.write WeekDay(Date) Result: 5 Date Added: 1/9/2001
|