• kamen
    link
    231 year ago

    DD/MM for readability, YYYY/MM/DD for alphabetical sorting that’s also chronological.

    • @Clbull
      link
      -33
      edit-2
      1 year ago

      Ironically, MM/DD/YYYY works better for chronological sorting than DD/MM/YYYY, so long as you don’t go between years.

      Didn’t think I’d be saying this but the Americans have an edge over us Brits.

      • kamen
        link
        141 year ago

        By this logic one might say that DD/MM/YYYY works for alphabetical chronological sort if you don’t go between months…

      • Victor
        link
        111 year ago

        Have another go at this train of thought, mate… You’re basically saying “MM/DD” is better at sorting chronologically than “DD/MM”, since the year part is taken out of the equation, which is already the established consensus, and not ironical whatsoever. And the ISO standard is already to use YYYY-MM-DD, so that’s the winner IMO, hands down. Japan is simply following that but using a slash as the delimiter.

        • @Clbull
          link
          11 year ago

          What I said, MM/DD/YYYY is less flawed than DD/MM/YYYY for chronological sorting.

          Asian YYYYMMDD way is the best way for computing…, but the American way at least preserves the month and day structure.

      • @veni_vedi_veni
        link
        2
        edit-2
        1 year ago

        When you search or do any stable sort, I would think you want your primary attribute to be the one with most finite values? That way you are front loading the pruning of the search space.

        So it’s actually on favor of Japanese style