• Viking_Hippie@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    That’s good for file/record sorting, so let’s just use it for that

    For day to day, DD.MM.YYYY is much more practical.

    • bitwaba@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Hard disagree.

      Least specific -> most specific is generally better in spoken language as the first part spoken is the part the listener begins interpreting.

      Like if I ask if you’re free on “the 15th of March” vs “March 15”, the first example is slightly jarring for your brain to interpret because at first it hears “15th” and starts processing all the 15ths it’s aware of, then “March” to finally clarify which month the 15th is referencing.

      The only thing practical about DD.MM.YY is that it is easier for the speaker because they can drop the implied information, or continue to add it as they develop the sentence.

      “Are you free on the 15th” [oh shit, that’s probably confusing, I meant a few months from now] “of July” [oh shit, I actually mean next summer not this one] “next year (or 2025)”.

      So the format is really a question of who is more important in spoken language: the speaker or the listener? And I firmly believe the listener is more important, because the entire point of communication is to take the idea you’ve formulated into your head, and accurately describe that idea in a way that recreates that same idea in the listener’s head. Making it easier for the speaker to make a sentence is pointless if the sentence itself is confusing to the listener. That’s literally a failure to communicate.

      • Aceticon@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        1 month ago

        You’re confusing your own familiarity and experience with a general human rule.

        My mother tongue (Portuguese) has the same order when saying numbers as English (i.e. twenty seven) and indeed when I learned Dutch it was jarring that their number order is the reverse (i.e. seven and twenty) until I got used to it, by which point it stopped being jarring.

        The brain doesn’t really care beyond “this is not how I’m used to parse numbers” and once you get used to do it that way, it works just as well.

        As for dates, people using year first is jarring to me, because I grew up hearing day first then month, then year. There is only one advantage for year first, which is very specifically when in text form, sorting by text dates written in year-month-day by alphabetical order will correctly sort by date, which is nice if you’re a programmer (and the reason why when I need to have a date as part of a filename I’ll user year first). Meanwhile the advantage of day first is that often you don’t need to say the rest since if you don’t it’s implied as the present one (i.e. if I tell you now “let’s have that meeting on the 10” June and 2024 are implied) so you can convey the same infomation with less words (however in written form meant to preserve the date for future reference you have to write the whole thing anyway)

        Personally I recognize that it’s mainly familiarity that makes me favour one format over the other and logically I don’t think one way is overall better than the other one as the advantages of each are situational.

        • bitwaba@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          1 month ago

          Meanwhile the advantage of day first is that often you don’t need to say the rest since if you don’t it’s implied as the present one (i.e. if I tell you now “let’s have that meeting on the 10th” June and 2024 are implied) so you can convey the same infomation with less words (however in written form meant to preserve the date for future reference you have to write the whole thing anyway)

          That advantage is not exclusive to the date-first system. You can still leave out implied information with month-first as well.

          Personally I recognize that it’s mainly familiarity that makes me favour one format over the other and logically I don’t think one way is overall better than the other one as the advantages of each are situational.

          This is the biggest part of it. No one wants to change what they know. I’m from the US and moved to the UK, and interact with continental Europeans on a daily basis. I’ve seen and used both systems day to day. But when I approach this question, my answer isn’t “this one is better because that’s the one I like or I’m most comfortable with”, my answer is “if no one knew any system right now, and we all had to choose between one of the two options, which one is the more sensible option?”

          dd-mm-yyyy has no benefit over yyyy-mm-dd, while yyyy-mm-dd does have benefits over dd-mm-yyyy. The choice is easy.

      • Viking_Hippie@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        if I ask if you’re free on “the 15th of March” vs “March 15”, the first example is slightly jarring for your brain to interpret

        Sounds like you’re just used to it being said the opposite (read: wrong) way. If you told someone in my country March 15th, it would be just as jarring to the listener.

        at first it hears “15th” and starts processing all the 15ths it’s aware of, then “March” to finally clarify which month the 15th is referencing.

        not in daily use. When you ask someone “what day is it today?”, they usually have a handle on what month it is and just need the day. For making plans, it’s only if you make them way in advance that you need the month first, which would be sorting and scheduling, not daily use.

        • bitwaba@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          1 month ago

          When you ask someone “what day is it today?”, they usually have a handle on what month it is and just need the day.

          You’re still allowed to exclude implied information, no matter which method of dating you want to go with. You can just say “the 15th”.

          For making plans, it’s only if you make them way in advance that you need the month first, which would be sorting and scheduling, not daily use.

          I can’t speak for you, but for me I am making plans, sorting, and scheduling every single day.

          • Viking_Hippie@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            1 month ago

            I can’t speak for you, but for me I am making plans, sorting, and scheduling every single day

            Sounds exhausting tbh, I’m sorry…

    • dan@upvote.au
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      For day to day, DD.MM.YY is much more practical.

      It’s not though… It’s ambiguous as to if the day or month is first. With the year first, there’s no ambiguity.

      If you want to use d-m-y then at least use month names (eg. 7-June-2024).

      • Viking_Hippie@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        It’s ambiguous as to if the day or month is first.

        Not if everyone is using it, as they should.

        Besides, so is is yours. 2024.06.07 could be the 7th of June or (if you’re an American and thus used to the months and days being in an illogical order) 6th of July.

        As for writing out the month names, that’s no longer shorthand. That’s just taking more time and space than necessary.