I’m sorry but it doesn’t make sense TO ME. Based on what I was taught, regardless of the month, I think what matters first is to know what day of the month you are in, if at the beginning, in the middle or at the end of said month. After you know that, you can find out the month to know where you are in the year.
What is the benefit of doing it the other way around?
EDIT: To avoid misunderstandings:
- I am NOT making fun OF ANYONE.
- I am NOT negatively judging ANYTHING.
- I am totally open to being corrected and LEARN.
- This post is out of pure and honest CURIOSITY.
So PLEASE, don’t take it the wrong way.
They say it “June 1st”, as opposed to “1st of June”, so it makes sense to write it that way. That, mate, was a hard lesson to learn for me lol.
I think it’s just the way we talk. It’s just more common for us to refer to a date in speech like “Today is June 1st”. Whereas other countries would say “Today is the 1st of June”. Neither is wrong, it’s just how things are said.
It’s more efficient to say June 1st. I suppose you could say 1st June though. Not sure if anyone does that.
I’m a fan of ISO-8601 which is YYYY-MM-DD. When context is known, dropping the year on something is fine (i.e. if I post a schedule saying ‘summer 2025 schedule’, I don’t need to start every date on it with 2025). Japanese does this as well (and I think Chinese and Korean, but someone is welcome to correct me if I’m wrong there).
If the year and month are already known, just using the day is fine as well (a calendar doesn’t write the full date in every square). Having it in that order makes sense to me.
MM-DD-YYYY is right out, though, so I only agree with the 'muricans on the MM-DD part.
Same. Keeps my reports nice and organized.
Canada’s government has this standard, YYYY-MM-DD, but even they are inconsistent.
The rest of Canada often follows America’s MM-DD-YYYY.
It’s the inconsistency that’s ridiculous.
Be the change you want to see. I use month names or ISO 8601 in anything written, have been for a year to the point where using month names is more accidental than anything else. If anyone asks, I mention it’s government standard. Hopefully, the ambiguous date forms die out faster than the Imperial system.
Whoo. ISO-8601 fan club. Its so much easier for computers to sort dates in that format. I insist on using it for documents at work and Excel even handles it better with less formatting issues. I do wish they covered it in schools earlier, its neat, logical and works best when everyone is on the same page.
Anyone who doesn’t use ISO 8601 is wrong.
FACTS
No. RFC 2822 (short format) is also great. “20 Mar 2025”
Until you try to sort your log files alphabetically.
This is for display, not data processing.
Also guess what, journalctl formats date like “May 21 00:48:56” (probably according to system locale). Why would you sort your log files alphabetically? They should already be in chronological order.
no letters! Go away letters!
Wrong
this is terrible
I like it. Many agree that YYYY-MM-DD is superior. It also reflects informational entropy. Each additional piece of information narrows down the search space most efficiently.
But in normal conversation, chances are we’re talking about the current year. So it makes sense to skip the year, or save it for last.
Word by word, if someone says the month first, I’m already able to know roughly when this date is. Then the information is hammered out with the day.
If someone says the day first, it barely helps — could literally be in any month of the year. It leaves too much unknown until the next piece of information is received.
Spoken language is already inefficient, which is why we use so many shortcuts in it. If I’m texting someone about an upcoming event, I might also just use the day of the month or the weekday (wings on Fri?). But if I’m writing an email, signing a document, or doing something else that might be referenced weeks, months, or years in the future, ISO 8601 is the way to go.
Historically, I don’t know, but personally, I prefer YYYY-MM-DD style dates since they sort naturally in basically all computer software without having to think about it.
ISO 8601 rules!
RFC 3339 is where it’s at
Free sorting is always the way to go.
In normal conversation, it’s more common (at least here) to say “May 31st” than “the 31st of May.” I think the order of the numerical only dating system is just reflecting that.
Then again, you also write $5 but say it five dollars. The way something is said can be different from how it is written.
The French, at least in Canada, put the currency symbol after the number.
Sure, but the $ is signifying the following numbers refer to money. And people can write it differently than they say it. I will say “June 1st” much, much more often than “the 1st of June”, but I will also almost always write it “01 June <YEAR>”.
But the reason it is much more common in the USA to write dates as “June 1, <YEAR>” is because that is how it is often spoken here. That doesn’t need to be consistent across other speech and writing patterns, it’s just how it developed. Probably goes back to the printing press like a lot of the other oddities in writing here…
Then why “fourth of July”?
I suspect that when the holiday was getting going, it was spread by music, and “July 4th” doesn’t carry the lyric … Utility of “fourth of July”
The phrase “Born on, the fourth of, July!” Is buried in my consciousness but I can’t name the song or any other lines to go with it.
Because English isn’t allowed to be consistent.
Probably specifically to stress that it is A Special Day and not just july fourth
As an American I’m not really a fan of it mainly because it’s different from the World standard. We are the only country that insists on doing it different. It would not be hard to change either. I would love for it to change but it’s not something I’m putting a lot of time or thought into right now.
There are plenty of other scenarios with a similar pattern of starting at the larger scale and then the specific.
TV shows: Season 2 Episode 9
Theatre: Act one, scene 3
Biblical: Book of John 3:16
Other books: Chapter 9, page 125.
Address: 123 Main St, Apt #2
Phone numbers: country code (area code) locality-individual
I’m not saying either is right or wrong, but there are precedents for either way.
Perhaps the most relevant of all: time of day. 9:30. Hours first, then minutes. I’m not from a location that does month-day ordering, but I think largest to smallest works excellently for time measurement, hence ISO 8601.
9:30 and 21:30, please
I’m surprised I didn’t even think of that. It’s so obvious!
9:30
Which I would say as “Half past nine”.
2-123 Main St, City, Province, Country
I personally prefer yyyy-mm-dd, as the Japanese do, which also puts month before day. I think it’s because they tend to prioritize history, so that makes sense. Year gives a historical context, month gives the season, while day is kind of arbitrary when talking about historical events. Day will matter most if I’m making short term plans, though, so I certainly see the appeal for day to day life.
Depending on what you’re doing, one will matter more. Precision matters more the more fine tuned the situation.
Think of it like hours vs minutes vs seconds. If I’m just thinking vaguely about the time of day, hour gives me most of the context. If I’m meeting someone or baking cookies, minutes matter a lot more but seconds is a bit too specific. If I’m defusing a bomb? Seconds matter.
You can also sort files named using this format alphabetically and they’ll still be chronologically correct.
That’s the ISO-8601 format, Japan uses “/” or alternatively yyyy年mm月dd日
Yeah I know it by the latter but didn’t try to type it out on this phone, lol
The US is the only one to do many stupid things, like imperial units
Every digital clock displays hours:minutes:seconds. Largest to smallest. I see no reason not to follow the same pattern with the date year/month/day.
This is also how my phone time stamps a photo - year/month/day/hours/minutes/seconds.
This seems very logical to me.
Everybody says this, but I keep seeing mm/dd/yyyy from north American sources, and dd/mm/yyyy from pretty much everywhere else.
Why are we stupid
In hungary we use yy/mm/dd
And AFAIK estonia, china, japan and mongolia too
deleted by creator
We read left to right.
Hour left makes sense as hour is very important to know, many times for important than the minutes.
With dates year is usually not that important to know, and day/month became much more important to know in a daily basis. So they get a preference.
For instance, a doctor gives you an appointment on 2025-07-25. The first thing you read is 2025, which os not very important as the day and month, as you could already assume the day. A date on 25-07-2025 gives you important information sooner.
I can live with getting that important information a half second later.
I agree but my appointment is three months from now, so knowing that it isn’t this month is more important than knowing the day of the month first.
Is it honestly more common to have something in another month than the current one?
yes.
my last 5 dr appts have been at least 2 months out, sometimes up to 8 months.
What is the benefit of either way. For reading or writing the burden is a matter of microseconds. For speaking it’s still around a second, tops. So everyone communicates perfectly effectively.
Except of course when they don’t, and then the ISO standards mentioned by others are the real fix. Or if writing, write the month as a word.
So both conventions are great except when they suck, and in those situations they both fail equally.
For no other reason than to be different and contrary. Metric system anyone?
Are you saying we Americans do things in objectively worse ways, just to remind everyone what we have the freedom to be confidently wrong?
Because I can confidently tell you there’s no examples of us doing that. (This is sarcasm, intended to amuse you.)