Util.NowRFC1123() Method
Convert current date/time to web/internet RFC1123 string format
Syntax
Util.NowRFC1123()
The method syntax has these parts:
 
  | Part | 
  Description | 
 
 
  | Return (String) | 
  current date/time in RFC1123 format | 
 
 
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
Copyright © 2000-2016, Robert B. Denny, Mesa, AZ