conventions for date representation around the world
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 … Wikipedia
🌐
Wikipedia
en.wikipedia.org › wiki › List_of_date_formats_by_country
List of date formats by country - Wikipedia
3 days ago - 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 (2026-03-10) is intended to harmonise these formats and ensure accuracy in all ...
🌐
W3C
w3.org › QA › Tips › iso-date
Use international date format (ISO) - Quality Web Tips
In most cases, writing the date in full letters would be better than the example above. Apr. 3rd, 2002, for example will be easy to understand for any English-speaking audience. But this system does not cross borders much better than its numerical counterparts: does the french 12 Août 2042 actually mean something for a Japanese person? Or when you notice a 昭和44年03月16日 in Japanese which is 16 March 1969 in English. The international format defined by ISO (ISO 8601) tries to address all these problems by defining a numerical date system as follows: YYYY-MM-DD where
Discussions

YSK the date format YYYY-MM-DD is the international standard. It's a great format to use anywhere you put dates. It's especially useful when including dates in file names. This will allow all files to sort by date when sorting alphabetically.
I work as a data analyst for a company with both US and UK offices so always use this format to avoid the confusion of which date format I am using. I’m UK based so all my Computers default to ddmmyyyy and it can cause no end of problems extracting US data. I also have used the Yyyy-mm-dd format for naming files since I can first remember because it was easier to sort in windows file explorer. More on reddit.com
🌐 r/YouShouldKnow
177
3322
January 21, 2022
What country uses which date format?
Yes, there are different formal date formats in different countries, but “the 10th of April” and “April 10th” are not formal date formats, they’re just different ways of writing a specific date, and would both be acceptable in any English speaking country as far as I’m aware. In the U.S. we do mm/dd/yyyy (yes it’s completely nonsensical we know). The UK generally uses dd/mm/yyyy. yyyy-mm-dd is an increasingly accepted international standard format though it’s mostly only used in datasets and that kind of thing, it’s rarely what you’d see displayed on an actual user interface. Wikipedia has a list of every country’s official date format . More on reddit.com
🌐 r/EnglishLearning
9
1
April 9, 2024
TIL there is an international standard for writing the date called ISO 8601, that uses the format YYYY-MM-DD. Although it has been around since 1988, very few countries actually use it.
Many databases use it. It's very useful too - in string form its alphabetic order is the same as its date order. More on reddit.com
🌐 r/todayilearned
236
956
June 2, 2020
Aside from ISO 8601, what is a date format you are ... comfortable with?
02 Jan 2006 aka passport format fixed length standardized as RFC 5322 (technically the format is Sun, 02 Jan 2006 15:04:05 -0700 and not just date) 3-letter months are unambiguous in and compatible with most alphabetic languages (one exception is Mar (en) = 03, mar (fi) = 11) More on reddit.com
🌐 r/ISO8601
80
102
August 8, 2022
🌐
Wikipedia
en.wikipedia.org › wiki › ISO_8601
ISO 8601 - Wikipedia
1 week ago - For example, "2004-05" is a valid ISO 8601 date, which indicates May (the fifth month) 2004. This format will never represent the 5th day of an unspecified month in 2004, nor will it represent a time-span extending from 2004 into 2005. If necessary for a particular application, the standard supports the addition of a decimal fraction to the smallest time value in the representation. The standard uses the Gregorian calendar, which "serves as an international ...
🌐
ISO
iso.org › iso-8601-date-and-time-format.html
ISO - ISO 8601 — Date and time format
ISO 8601 is the internationally accepted way to represent dates and times.
🌐
Oracle
docs.oracle.com › cd › E19455-01 › 806-0169 › overview-7 › index.html
Date Formats (International Language Environments Guide)
Table 1-2 shows some of the date formats used around the world. Notice that even within a country, there can be variations. Table 1-2 International Date Formats
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › JavaScript › Reference › Global_Objects › Intl › DateTimeFormat
Intl.DateTimeFormat - JavaScript | MDN
The initial value of the [Symbol.toStringTag] property is the string "Intl.DateTimeFormat". This property is used in Object.prototype.toString(). ... Getter function that formats a date according to the locale and formatting options of this DateTimeFormat object.
Find elsewhere
🌐
Nasa
fits.gsfc.nasa.gov › iso-time.html
International standard date and time notation
International Standard ISO 8601 specifies numeric representations of date and time. This standard notation helps to avoid confusion in international communication caused by the many different national notations and increases the portability of computer user interfaces. In addition, these formats ...
🌐
TechTarget
techtarget.com › whatis › definition › ISO-date-format
What is the ISO date and time format?
ISO 27001, formally known as ISO/IEC 27001:2022, is an information security standard jointly created by the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC).
🌐
ISO
iso.mit.edu › americanisms › date-format-in-the-united-states
Date Format in the United States | ISO
The United States is one of the few countries that use “mm-dd-yyyy” as their date format–which is very very unique! The day is written first and the year last in most countries (dd-mm-yyyy) and some nations, such as Iran, Korea, and China, write the year first and the day last (yyyy-mm-dd).
🌐
World Population Review
worldpopulationreview.com › country-rankings › date-format-by-country
Date Format by Country 2026
1 week ago - There are several different date formats that countries use across the world, and people need to know what format is being used. Some people use a format that goes: day, then month, then year. There are other countries that use the format: year, ...
🌐
Shiksha
shiksha.com › home › date format: country-wise and iso date format, how to write dates correctly
Date Formats by Country : Country-wise List
February 2, 2024 - Therefore, the proper way to write the date depends on the context (American, British or International) but generally follows Month-Day-Year (US) like May 15, 2026, Day-Month-Year (UK/International) like 15 May 2026, or the universally clear ...
🌐
Reddit
reddit.com › r/englishlearning › what country uses which date format?
r/EnglishLearning on Reddit: What country uses which date format?
April 9, 2024 -

Sorry if the title is a bit confusing.

When I was in school, in English class we were taught to write the date as "The 10th of April", but I've seen people write "April 10th". And just now I saw a meme where people that use the dd/mm/yyyy format were fighting people that use mm/dd/yyyy. So I was wondering: are date formats specific to different English-speaking countries? I'm not from an English-speaking country, if it's relevant.

Thanks.

🌐
Substack
uxpsychology.substack.com › p › whats-the-best-way-to-display-dates
What’s the best way to display dates to international users?
August 10, 2022 - Using calendar pickers is appropriate for events close to the present time or for selecting date ranges. ... When catering to international users spelling out the name of the month is another way to reduce ambiguity, prevent errors, and help users. The examples below demonstrate this. ... Using local settings is useful for apps for personal use or for teams based in the same country but can sometimes cause catastrophic errors in international teams. In such cases using the ISO standard format is preferable.
🌐
data.europa.eu
data.europa.eu › apps › data-visualisation-guide › date-formatting
Date formatting - data.europa.eu
ISO 8601 is the international standard for formatting dates and time. For dates, this format is YYYY-MM-DD, for example 2022-02-24. This notation has some advantages over other formats. For example, alphabetical sorting of dates in this format is equal to chronologically sorting the dates.
🌐
W3C
w3.org › International › questions › qa-date-format › 1000
Date formats
Visitors to a web site from varying locales may be confused by date formats. The format MM/DD/YY is unique to the United States (but sometimes used in Canada, too, which can obviously create some confusion there). Most of Europe uses DD/MM/YY. Japan uses YY/MM/DD.
🌐
Google
developers.google.com › style › dates and times
Dates and times | Google developer documentation style guide | Google for Developers
If you must express a date in numerical date format, use the format YYYY-MM-DD, and separate the elements by using hyphens. This conforms to ISO 8601 international standards for numerical date format.
🌐
Microsoft Learn
learn.microsoft.com › en-us › dotnet › standard › base-types › standard-date-and-time-format-strings
Standard date and time format strings - .NET | Microsoft Learn
DateTimeKind.Unspecified date and time values have no time zone information. Because the "O" or "o" standard format specifier conforms to an international standard, the formatting or parsing operation that uses the specifier always uses the invariant culture and the Gregorian calendar.
🌐
Style Manual
stylemanual.gov.au › grammar-punctuation-and-conventions › numbers-and-measurements › dates-and-time
Dates and time | Style Manual
Always use the letter ‘T’ between the date and time. The basic format for international communication is unspaced.