I found the following sample by googling but I just can't seem to be able to put it inside a DIV element:
http://www.java2s.com/Code/JavaScript/G ... mboBox.htm
It always gets printed out at the beginning of my page and it is frustrating me.
Does anyone know how to create a custom validation for this type of date pickers? Can you point me to the right direction?
I guess in theory if the user selects a month that has different days the combobox with the days gets automatically updated with the maximum number of days that the selected month can have, and also the same thing when the year is changed, february days should be limited to the maximum allowed for that year (And I don't know if any other month changes year after year...), I just don't have enough experience in JavaScript
Thanks!