The Time Picker control is an easy to use control that allows a developer to
integrate time selection into their webforms without occupying large amounts or
realty. There are several displayable versions that you can choose from. They
include TextBox Button, TextBox Image, Label Button, and Label Image.
The actual time selector that is displayed to the user is completely
generated via Javascript. If the user is using a DHTML enabled browser, they
will see a popup after they click on the button or image. If they are using a
non-DHTML enabled browser, they will see a new window open up that acts exactly
as the same as the DHTML version.
This control is built with IE 5+ and Nescape 6+ in mind, but Netscape 4 is
supported. By default, Netscape 4 can only display the textbox and button/image
combination.
This control also has support for multiple cultures, different styles and
display variations. This control follows in the same suit as the Calendar Popup
in how it works, so if you're familiar with that, you'll be familiar with Time
Picker.
A demo for this control is located here: View Demo