←back to thread

287 points mnemonet | 2 comments | | HN request time: 0.492s | source
1. BhavdeepSethi ◴[] No.45892245[source]
From what I've learned, be as explicit as possible when users enter dates.

We had to change our date of birth field in the user sign-up to three separate "Month Name","Day" and "Year" drop downs, since so many people made mistakes (fat finger/ swap month and day) from the "MM/DD/YYYY" field, and would then send support ticket to update it.

replies(1): >>45892503 #
2. codegeek ◴[] No.45892503[source]
For specific dates, I prefer 3 dropdowns with explicit strings for months. So the dropdowns would be "7", "January","2026" etc instead of 01/07/2026 or 07/01/2026 ensuring there is no confusion.