conventions for date representation around the world
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
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
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
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
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
Videos
03:26
Discovering Dates: Unraveling the ISO Date Format - YouTube
01:26
International Date Format - YouTube
02:24
What is the Correct Way to Write the Date Globally? [Date Format] ...
Hey bestie @Chikamso 🫦 you got me thinking about date formats. Interestingly when I say 2nd of February and other dates in the video the subtitles change the format to February 2nd! #dates #grammar #grammarteacher #English #englishteacher #englishlesson | TikTok
12:02
ISO 8601 - Date and Time - YouTube
11:10
Why do Americans Write the Date DIFFERENTLY to the UK? // Honest ...
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 ...
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.
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).
Reddit
reddit.com › r/youshouldknow › 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.
r/YouShouldKnow on Reddit: 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.
January 21, 2022 -
Why YSK: YYYY-MM-DD is the International (ISO) Standard format for dates. This format makes the most sense for reasons of sorting and also eliminates any confusion due to different date formatting in different regions. This is especially useful when you have files in a folder that have dates in the name.
Top answer 1 of 5
266
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.
2 of 5
184
I like how it simply goes from the biggest measurement (year) to smaller measurement (day) In order. In my home country we do the opposite, going from day to month to year. I NEVER understood why the hell Americans switched the order of day and month just to make things more complicated. Whenever I see 11/10/2020 I am never sure how to read it because of this mixup Americans did.
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.
Top answer 1 of 8
7
When saying/writing a date in full it doesn’t matter as much. I’m British and I would say “10th of April”, it sounds a little American to me to say “April 10th” but it’s not ambiguous at all so it’s not going to confuse anybody to say either one. If I’m writing the date in a short form that is different. ‘10/4/2024’ would be the 10th of April for me but the 4th of October for an American. There’s a handy map on this Wikipedia page that shows which countries use which format. It’s more than just the English speaking world since those short form dates can be understood by anyone of any language if they know which format is being used.
2 of 8
6
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 .
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.
SAS
documentation.sas.com › doc › da › pgmsascdc › v_006 › nlsref › n07rjcks1coymfn17d6vezhxtjf9.htm
International Date and Datetime Formats
We cannot provide a description for this page right now
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.