Util.Date_RFC1123() Method

Converts an ActiveX Date to a web/internet standard (RFC 1123) format date/time string.

Syntax

Util.Date_RFC1123(DateVal)

The method syntax has these parts:

Part Description
DateVal (Date) local date/time for which the RFC 1123 string is desired
Return (String) corresponding RFC 1123 format date/time string

Remarks

Useful in Active Server Pages for generating web/HTTP standard date strings. This standard is described in Request for Comments 1123 (RFC 1123). For example:
Sat, 23 Feb 2002 09:39:21 GMT