PDA

View Full Version : DatePicker- separated into 3 combo box: day,month,year



noah17
11 Jun 2008, 7:31 AM
I want to make a registration form with birthday field.
The birthday should be separated into 3 combo box:
- day
- month
- year

Can some one know how to implement it ?

dlbjr
11 Jun 2008, 9:35 AM
Why not use the date field?

mystix
18 Jun 2008, 12:26 AM
something similar to get you started:
http://extjs.com/forum/showthread.php?t=38464

ssawchenko
28 Jan 2011, 9:40 AM
Did you ever find a plugin/extension/example that broke down a date into 3 comboboxes? I am looking for a month/day picker (no year), and would like to do so using 2 comboboxes.

Problem I'm having is I want to use this as an editor in a grid, and my EXT experience is not good enough for me to be able to build my own custom editor in the time I have available.