It’s great for lists but I don’t know a single person who’s gonna say “hey let’s meet up on 2024 December 11th.”
some_guy@lemmy.sdf.org 2 months ago
The only correct format is from greatest to smallest: yyyy-mm-dd
This is, in my mind, verifiable by noting the way that lists are ordered when using this format. They are sequential. This isn’t true for either of the other formats.
blackbelt352@lemmy.world 2 months ago
tate@lemmy.sdf.org 2 months ago
Dates written in a numbers only format are not about matching the spoken language. You also would not say, “let’s meet on twelve eleven twenty twentyfour.”
xmunk@sh.itjust.works 2 months ago
You must not know many programmers that have had to deal with American date formatting then.
blackbelt352@lemmy.world 2 months ago
I used to be a programmer myself and it’s why there’s a specific default data structure built in to most programming languages to handle dates and internationalization of those dates.
xmunk@sh.itjust.works 2 months ago
As a programmer I agree. I have fucked around with trying to parse unrestricted user inputs of dates and I have found out.
Year first is the only way I can actually know which value is day vs. month.