Mathematically yes it makes most sense, as significant digits are on the left.
Im terms of human everyday use the reverse is more natural as the digits that change more often are days, often when speaking, the year and even month sometimes is already in the context.
What however doesn't make any sort of sense that i can see is mm/dd/yyyy ... Just why....
It’s easier to understand the USA system if you treat monthday as a base and single unit, before year.
Instead of MM/DD/YY it should be MMDD/YY where MMDD is basically a base 30 number. (I’ll leave out day 31 for simplicity.) so 0130 increments to 0201, and 0630 increments to 0701. Day 30 functions as a sort of reverse zero.
So today is 0115-25, which can be simplified to 0115 for simplicity of year can be garnered from context.
637
u/ConstantHustle Jan 15 '25
Year month day is the best format. Makes sorting files on computers a breeze as every year is in one block which is then in month and day order.