• @dukk
    link
    English
    511 months ago

    I’m guessing the UI designer accidentally put in DD/MM/YY, when the code handles the date as MM/DD/YY.

    • @[email protected]
      link
      fedilink
      English
      1011 months ago

      Sometimes if the developers don’t specify, the date format can follow clients’ settings, which can lead to unpredictable results like this.

      • @dukk
        link
        English
        111 months ago

        Yeah, I’d imagine you’d want to adapt for different locales. Here in the US, MMDDYY is pretty ubiquitous, but I’m sure it’s different in other countries.