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()
|
FormatDateTime() Purpose:Returns an expression formatted as a date or time DataType:String Syntax:FormatDateTime(Date, [, NamedFormat]) Arguments:"Date" is any valid date expression, and NamedFormat is an optional date/time constant. Sample: response.write FormatDateTime("08/4/99", vbLongDate) Result: Wednesday, August 04, 1999 Date Added: 1/9/2001
|