• JohnDClay@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    arrow-down
    8
    ·
    edit-2
    11 months ago

    But we read left to right and the most important part is furthest right hardest to read. It’s convenient for computers sorting alphabetically, but bad for people reading it.

      • JohnDClay@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        arrow-down
        2
        ·
        11 months ago

        Why? The year changes least quickly, (especially the decade) so you can often infer without needing it.

        • verdigris@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          11 months ago

          Because it’s the most significant. If it’s wrong or missing you’re off by much more than if the day or month is wrong.

          • JohnDClay@sh.itjust.works
            link
            fedilink
            arrow-up
            1
            arrow-down
            2
            ·
            11 months ago

            But that’s good, like a parity check. Because your wrong by much more, it’s easier to tell from context clues. That’s why people abbreviated the year to ‘in 98’ or something like that.

    • MystikIncarnate@lemmy.ca
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      11 months ago

      Okay, hear me out.

      With other numbers, non-date numbers, we put the numbers representing the most quantity to the left, and numbers representing the last quantity to the right, eg 1 hundred, ten and 1 would be 111, where the number representing 100 qty comes first from the left, and each position moving to the right, represents a smaller and smaller amount.

      Since years are longer than months, which are longer than days, the YYYY-MM-DD format actually follows the same convention that we commonly use for all other numbering systems, big on the left, small on the right.

      So why would the date be the exception?