Click to See Complete Forum and Search --> : need Time picker


nanditasr
12-05-2003, 03:43 AM
Hi,
I need a Javascript control that will allow me to choose a time (I need to pick the start time and end time for a meeting on a form). There are plenty of date pickers on the Web (that also include a time), but I want one for the TIME alone.

Thanks,
Nandita

Gollum
12-05-2003, 04:13 AM
What's wrong with say a couple of text boxes?
You can set them up to only accept digits and have a max length of two, etc and validation functions to check that the hours < 24 and mins < 60, etc

nanditasr
12-08-2003, 07:17 AM
Nothing wrong - just that the client finds it snazzy to have time picker, since we have already shown him a date picker! Right now, I am in fact using two combo boxes with hours from 00-23 and minutes of 00/15/30/45.