Because humans are not computers. That scheme makes sense when you are filling out things that are not nearby in time. For example, filling in your birth date on tax forms.
Otherwise, humans don’t generally need the context of the year. The same is true of the month only if the context is clear (I’ll see you on the 20th implies the very next 20th). A year is much longer and most things are not planned out that far in advance. If they are, they often dont have precise dates in which case a month or even a quarter is more appropriate.
Time is also one of those things where humans are so used to contextual processing that representing the full date adds overhead. 2025/4/20, 4/20/2025, 20/4/2025 all take more processing than “the 20th” or “next Sunday”.
Why is the format not:
2025/4/12
Biggest time frame to smallest time frame (year, month, then day)?
ISO8601 FTW!
Don’t forget leading zeroes, we’re not half assing this!
02025/04/012
For written format that is ideal but when talking about a date, say in two weeks time, saying the year is redundant.
my guess is order of relevance.
Canada uses this
yyyy/mm/dd
In my computer engineering course this is literally how we were told to write the date on our lab reports.
deleted by creator
This is how I do it- my folders and files are super easy to find
Because humans are not computers. That scheme makes sense when you are filling out things that are not nearby in time. For example, filling in your birth date on tax forms.
Otherwise, humans don’t generally need the context of the year. The same is true of the month only if the context is clear (I’ll see you on the 20th implies the very next 20th). A year is much longer and most things are not planned out that far in advance. If they are, they often dont have precise dates in which case a month or even a quarter is more appropriate.
Time is also one of those things where humans are so used to contextual processing that representing the full date adds overhead. 2025/4/20, 4/20/2025, 20/4/2025 all take more processing than “the 20th” or “next Sunday”.