FormatHttpDateTime (open)
Formats a datetime in the HTTP required format
Syntax
LOADLIB "wh::datetime.whlib";
STRING FUNCTION FormatHttpDateTime(DATETIME whattime)Parameters
DATETIME whattimeTime to format, in UTC time.
Return value
STRINGThe formatted time
Description
This function will format a datetime for HTTP, eg for use inside a Last-Modified header