The way I see it, the US just writes it the way it's spoken. "August 9th, 2023" vs. "the 9th of August, 2023".
Memes
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
No, the US just chose this order and speaks it the same way. I don't speak it this way, you're just used to it (just like everyone is to the way they speak it)
Yeah, but in proper English, as spoken in England, we would say "9th of August, not August the 9th"
If it’s a file I want sorted by date the top is good. If I am talking about a date and spelling it out August the 9th of 2023 makes the most sense and seems natural, and if it’s a personal memo or date label on food I just use 08/09 with the zeros so I know it isn’t a fraction unless it’s frozen or shelf stable for long term storage where the year would be useful to know at which point it becomes 8/9/23
I thought everybody used different date formats based on need.
In UK we always say 9th of August 2023, ie the way our dates are written and i would say is more natural haha. Maybe Americans find it more natural the other way around because your dates are other way around. If you use the date system the uk has maybe it would sound more natural to speak perhaps.
23/12/08
Canada moment
This triggers on so many levels. Why do Americans hate logic
Oh no! A country uses a different date format, the horror!
The first and the last date format are terrible because you can confuse the day of the month with the number of the month.
I only like date formats where it's not possible to confuse any field, like 8 Aug 2023. I minimize ambiguity.
If the date is in a file name, I make an exception using 2023-08-09 such that a string sort is equal to a date sort.
For actually displaying dates to others, I agree that spelling out the month is absolutely preferred. But if space is limited, you're somewhat required to pick a very shortened format, and the US version is dumb, even if that's what you should use when displaying in that locale.
But for working with dates on computers, year-month-day works great, because it's still human readable, is naturally sortable, and makes it easier for serialization.
The first one is conventionally never year-day-month, and if anyone ever sent me a date of 2023-17-08, I would respond with, "What the hell?! Are you being evil on purpose?"
I don't know why you wanted to know year before month or day, I use dd/mm/yyyy sometime I didn't even use yyyy just dd/mm because day change most frequent then month then year
🧐 4 Days ago
I like to think of the American style as machete ordering for dates.
Nah the middle one is the easiest to read.
Alright, then I guess change the way you read a clock too... My day to day use doesn't include the year at all. Just mm/dd
Why change the way you read a clock? year/month/day hour:minute:second
You would never read a clock as minute:second:hour, which is analagous to how Americans phrase dates.