Can anyone recommend a Time Input control for an asp.net web application?
It should be able to handle the following items
- Am/Pm
- 24 Hour
- client side validation
- client side completion (if you start the hour with a 3 then jump to minute)
- one textbox (not separate textboxes for hours and minutes, or drop downs)
- ability to actually type in the time, not simply pick it
- hint text with time separator ":"
Other features that would be nice
- Ability to increase hour or minutes with arrows
- no need to rewire after a postback
Thanks in advance for the help and suggestions!