The ISO Date Format | |
---|---|
by Peter Meyer |
It is well known that currently dates (in the Gregorian calendar) are expressed in several different ways in various countries. For example what the British write as "8/3/96" the Americans write as "3/8/96" and the Swiss as "8.3.96" or "08.03.96". As daily life becomes more internationalized (and web users quickly note that information is available from all parts of the globe) one may find oneself reading documents in which different date formats are used even though the documents are in the same language. When one reads that something occurred on "3/8/96" one may be left wondering whether it occurred in March or in August. Life would be slightly easier if dates were expressed in a common format.A numerically-expressed date (in all commonly-used calendar systems) is an expression consisting primarily of a sequence of three numbers specifying year, month and day. There are several components to the manner in which a date may be expressed, but the main ones are:
- The order in which year, month and day are expressed.
In this the great divide is between the Europeans, who write day.month.year, and the inhabitants of the U.S.A., who write month/day/year.
- The manner in which the three numbers, when written, are set off from each other.
In this the Americans usually separate the numbers with "/" whereas the Europeans follow various national conventions, generally using "/", "." or "-".
- Whether the numbers less than 10 are written with a leading zero.
Current practice varies.
- Whether there are limits to the dates which can be expressed, and if so whether a way is provided to express dates outside this limit.
Currently, in most commonly used systems for expressing dates in the Gregorian calendar, regardless of date format, dates prior to 1/1/1 cannot be expressed without the auxiliary use of the letters "B.C." (or equivalent). This signifies that the year number has to be interpreted other than as usual (specifically the year n B.C. is the year which began n years before the beginning of year 1).Almost everywhere in this web site dates are expressed in the format which has been proposed by the International Standards Organization (ISO 8601). With regard to the four components mentioned above, this date format is as follows:
- The order in which year, month and day are expressed.
Year, then month, then day.
- The manner in which the three numbers, when written, are set off from each other.
The "-" sign is used to separate them.
- Whether the numbers less than 10 are written with a leading zero.
Yes; for example the third day or month is expressed as "03".
- Whether there are limits to the dates which can be expressed.
The year is expressed in the manner of the astronomers and chronologists. Year 0 is the year preceding year 1 (a.k.a. 1 B.C.). Year -1 is the year preceding year 0 (a.k.a. 2 B.C.). Generally, year -n is the year which began n+1 years before the beginning of year 1 (so year -n = year n+1 B.C.). With the use of this astronomical system of year-numbering there are no limits to the dates which can be expressed in this date format.The ISO date format may be used both with the Gregorian and with the Julian systems (and with many other calendar systems). Dates in the Julian calendar are marked with "J", and those in the Gregorian calendar (when this is made explicit) are marked with "G". Dates not identified as to calendar are normally Gregorian.
See also:
![]() |
Index |
Home Page |