• Tekchip@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    4
    ·
    1 year ago

    Lot of talk of numerics only. The problem there is knowing what format the information is in since clearly there are 3 possibilities. Without context and during certain parts of the month you’re hosed. Best to remove ambiguity and go with the alpha numeric format.

    DD MMM YY (or alternatively YYYY)

    11 Aug 2023

    Ambiguity gone.

      • thawed_caveman@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Any date format can be unambiguous as long as it’s the one that everyone agrees on, and all date formats will be ambiguous as long as we have several in use.

        I kinda gave up, nowadays when i write a date to someone i specify the date format. Like i will send “01/05/2024 (DD/MM/YYYY)” because it’s the only way to be sure

    • ramplay@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      There’s no amibuity with year first and done properly like YYYY-MM-DD.

      Your reasoning is that the ambiguity exists due to using numbers. The ambiguity is only for 2/3 numerical methods

    • cognitive@kbin.social
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      The second reason why yyyy-MM-dd is the correct way to write days (beside being sortable by default) is because even Americans doesn’t have any similar format that it can be confused with.

      I learned this in my first half year as a programmer I think, somewhere well over a decade back and so far it seems that guy was right.