Array of day abbreviations for HTTP dates
Source position: httpdefs.pp line 113
const HTTPDays: array [1..7] of string = ('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); |
HTTPDays is an array containing 3-letter abbreviations for days of the week (Sun, Mon, Tue, etc.) used in HTTP date formatting.