Array of 3-letter month abbreviations for HTTP dates.
Source position: httpprotocol.pp line 113
const HTTPMonths: array [1..12] of string = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); |
Contains standard 3-letter month names (Jan, Feb, Mar, etc.) used in HTTP date formatting.
|
Array of 3-letter day abbreviations for HTTP dates. |
|
|
Parses HTTP date/time strings to TDateTime. |