Array of month abbreviations for HTTP dates
Source position: httpdefs.pp line 109
const HTTPMonths: array [1..12] of string = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); |
HTTPMonths is an array containing 3-letter abbreviations for months (Jan, Feb, Mar, etc.) used in HTTP date formatting.