Does anyone know of an elegant way of separating the jquery-ui datepicker's input into 3 separate boxes?
By default its input is just one textbox: DD/MM/YYYY
I have to separate the input into 3 separate ones for day, month, and year: DD
, MM
, and YYYY
.