List of date formats by country
The legal and cultural expectations for date and time representation vary between countries, and it is important to be aware of the forms of all-numeric calendar dates used in a particular country to know what date is intended.
Writers have traditionally written abbreviated dates according to their local custom, creating all-numeric equivalents to day–month formats such as "" and month–day formats such as "". This can result in dates that are impossible to understand correctly without knowing the context. For instance, depending on the order style, the abbreviated date "01/11/06" can be interpreted as "1 November 2006" for DMY, "January 11, 2006" for MDY, or "2001 November 6" for YMD.
The ISO 8601 format YYYY-MM-DD is intended to harmonize these formats and ensure accuracy in all situations. Many countries have adopted it as their sole official date format, though even in these areas writers may adopt abbreviated formats that are no longer recommended.
The Unicode CLDR Project is the world's largest repository documenting a wide variety of time and date representations for different countries and language groups.
Usage map
Listing
Table coding
Basic components of a calendar date for the most common calendar systems:D – dayM – monthY – yearSpecific formats for the basic components:yy – two-digit year, e.g. 25yyyy – four-digit year, e.g. 2025m – one-digit month for months below 10, e.g. 3mm – two-digit month, e.g. 03mmm – three-letter abbreviation for month, e.g. Marmmmm – month spelled out in full, e.g. Marchd – one-digit day of the month for days below 10, e.g. 7dd – two-digit day of the month, e.g. 07ddd – three-letter abbreviation for day of the week, e.g. Fridddd – day of the week spelled out in full, e.g. Friday
Separators of the components:
- – oblique stroke
- – full stop, dot or point
- – hyphen
- – space