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.
I can’t say it matters to me that much what order it’s in, but that’s just the same order we say it in when fully written out. March 23, 2025. 03/23/2025.
Not an American. But I’ve heard the same explanation. And it does make sense to me.
However, why do Americans say “Fourth of July” then?
For some reason doing it that way sounds extra fancy to us. At least it does to me. More formal I guess?
The short answer is, it’s what we were taught in school. Like many preferences, it’s shaped by the culture we grow up and live in.
I’m sorry but it doesn’t make sense to me.
Of course not, you were raised and live in a different culture; so, your preferences are different.
Ultimately, the right answer is ISO8601. It’s unambiguous and sorts well on computers. But, I don’t think any culture is teaching that as the primary way to write dates, so we’re stuck with the crappy ways.
As an American it was just what we were taught. However, when I started creating code and being pedantic about organizing files by date, I now prefer YYYYMMDD format as it is, chronologically speaking, superior when prefacing files with it. In this case, in my opinion, it’s better to have the year and then month first prior to day.
To each their own, variety is the spice of life.
This is the only format that truly makes sense, as it is both unambiguous and, as you noted, sortable.