Format string for HTTP date formatting.
Source position: httpprotocol.pp line 105
const HTTPDateFmt = '"%s", dd "%s" yyyy hh:mm:ss'; |
Format string used with FormatDateTime for creating HTTP-compliant date strings.
|
Parses HTTP date/time strings to TDateTime. |