Elektrine lite

← Feed

@MuseumShuffle@mastodon.social

Post #3804425

2025-10-24 18:15 UTC

@wtfSwiftUI@iosdev.space I do use ISO 8601 for storing the selected date but I let the system handle how dates are displayed to the user.

Replies (1)

  • @wtfSwiftUI@iosdev.space 2025-10-24 18:24

    @MuseumShuffle@mastodon.social I’m on a mission to eradicate _any_ presentation of numeric dates in the dangerous and confusing wrong orders. Your talk itself highlighted how easily confusing putting the date elements out of order can be. `01-02-2003` is ambiguous. `2003-02-01` is clear.

    Open ##3804426