List 55: Date format

ValueDescriptionNotesIssue numberModified in Issue
00YYYYMMDDCommon Era year, month and day (default for most dates)041
01YYYYMMYear and month0
02YYYYWWYear and week number0
03YYYYQYear and quarter (Q = 1, 2, 3, 4, with 1 = Jan to Mar)0
04YYYYSYear and season (S = 1, 2, 3, 4, with 1 = ‘Spring’)1
05YYYYYear (default for some dates)1
06YYYYMMDDYYYYMMDDSpread of exact dates1
07YYYYMMYYYYMMSpread of months1
08YYYYWWYYYYWWSpread of week numbers1
09YYYYQYYYYQSpread of quarters1
10YYYYSYYYYSSpread of seasons1
11YYYYYYYYSpread of years1
12Text stringFor complex, approximate or uncertain dates, or dates BCE. Suggested maximum length 100 characters162
13YYYYMMDDThhmmExact time. Use ONLY when exact times with hour/minute precision are relevant. By default, time is local. Alternatively, the time may be suffixed with an optional ‘Z’ for UTC times, or with ‘+’ or ‘-’ and an hhmm timezone offset from UTC. Times without a timezone are ‘rolling’ local times, times qualified with a timezone (using Z, + or -) specify a particular instant in time1718
14YYYYMMDDThhmmssExact time. Use ONLY when exact times with second precision are relevant. By default, time is local. Alternatively, the time may be suffixed with an optional ‘Z’ for UTC times, or with ‘+’ or ‘-’ and an hhmm timezone offset from UTC. Times without a timezone are ‘rolling’ local times, times qualified with a timezone (using Z, + or -) specify a particular instant in time1718
20YYYYMMDD (H)Year month day (Hijri calendar)13
21YYYYMM (H)Year and month (Hijri calendar)13
25YYYY (H)Year (Hijri calendar)13
32Text string (H)For complex, approximate or uncertain dates (Hijri calendar), text would usually be in Arabic script. Suggested maximum length 100 characters13