GetHttptimestring()

Returns back the time given (or the current time) in the format of the HTTP header

Usage

STRING = GetHttptimestring( date )
Argument Summary
date date1 [optional]

Calling

Supports named-parameter calling allowing you to use the function like:

GetHttptimestring(
   date=?
);

Supports passing parameters as a structure using ArgumentCollection:

GetHttptimestring( ArgumentCollection={
   date : ?
} );