I've seen some US government forms use [01] [Jan] [1970] where [01]: one- or two-digit day, typed manually [Jan]: three-letter month, picked from a dropdown [1970]: four-digit year, typed manually I think this is a good (the best?) presentation. By using a manual day entry instead of providing a dropdown, as the programmer you can avoid requiring client-side logic to restrict the number of days displayed in the dropd…
DOB should always be a typed input, all numeric. People know exactly what to enter (the number of their month), have done it before many times (DMV etc.), and will knock it out faster than some ridiculous drop down over complicating the process. For other dates though maybe, since most wouldn't have all month numbers memorized, but I’d still say typed, only with a variation on month name (you should be able to parse…
Asking for a date of birth (2013)
91–97 of 97 posts
Re: Asking for a date of birth (2013)
#92Earlier quoted context omitted.
> As a small revenge I always use an absurdly old birth date on these forms. This way if they are collecting this data, my input will be discarded or pollute their datasets. Or the micro-frauds get detected, linked to your credit card & email address, your identity, and credit rating. Before you know it, your transactions are failing fraud checks, you can't get loans, and BigTechs unilaterally cancel your accounts. I…
Literally no part of this makes sense. You can fear anything you want, but this scenario only exists in your imagination.
You don't think BigTech ever cancel accounts being used by regular people?
You don't think companies ever share data with each other to make decisions about whether a transaction might be fraudulent?
Re: Asking for a date of birth (2013)
#93What really bothers me is that most of time when the date of birth is asked it is done as a way to determine some age criteria. The same could be achieved simply asking "are you older than N years old? [Yes] or [No]". For example, I want to buy Quake on the Nintendo eShop. The website wants to know my age in order to show me a age restricted game. So it will always ask me the age same question even if I have already…
I also enter an absurdly old date, and usually I'll try setting an impossible day/month combo like February 31st... sometimes it actually works!
Re: Asking for a date of birth (2013)
#94What really bothers me is that most of time when the date of birth is asked it is done as a way to determine some age criteria. The same could be achieved simply asking "are you older than N years old? [Yes] or [No]". For example, I want to buy Quake on the Nintendo eShop. The website wants to know my age in order to show me a age restricted game. So it will always ask me the age same question even if I have already…
Re: Asking for a date of birth (2013)
#95Birthday (yyyymmdd):
I'll argue that there's a nontrivial overlap between the users who fail to do this correctly, and those that would cause me support related grief later.
Re: Asking for a date of birth (2013)
#96I've seen some US government forms use [01] [Jan] [1970] where [01]: one- or two-digit day, typed manually [Jan]: three-letter month, picked from a dropdown [1970]: four-digit year, typed manually I think this is a good (the best?) presentation. By using a manual day entry instead of providing a dropdown, as the programmer you can avoid requiring client-side logic to restrict the number of days displayed in the dropd…
DOB should always be a typed input, all numeric. People know exactly what to enter (the number of their month), have done it before many times (DMV etc.), and will knock it out faster than some ridiculous drop down over complicating the process. For other dates though maybe, since most wouldn't have all month numbers memorized, but I’d still say typed, only with a variation on month name (you should be able to parse…
Re: Asking for a date of birth (2013)
#97Earlier quoted context omitted.
Confession: I'm nearly 40 damn years old, and I still second-guess month numbers enough that I usually just count starting from January, ticking them off on my fingers, and going through them one by one, to reach the one I need.
Same here, but only for July and August! I don't know why, but I can easily map 1-6 to Jan-Jun. And I can easily map 9-12 with Sep-Dec. But July and August always trip me up.