I am looking for a sample of a date picker widget (for faster selection of Date Of Birth) that is in the form of a multi-level dropdown, like this:
Field
|
| 1970
-----YearSelect
1971
1972
1973
...
| March
----------MonthSelect
April
May
...
| 15
---------DaySelect
16
17
...
Has anyone made such a thing yet or do I need to make one? Suggestions or hints?