I'm working on an ASP.Net application that requires the entry of a date and time. The user interface needs to resemble Outlook's appointment form, where the date is entered separately from the time. The date box has a button to display a pop-up calendar, and the time has a dropdown that displays the work day in half-hour increments. Both boxes can be entered manually.
Matt Hawley of Excentrics World has just what I need: a Calendar pop-up and a Time Picker. Thank you Matt!!
A word of caution, however. The time picker returns the users entry/selection as a date data type. This included both the date and time. The date part is today's date, which may not be what you want...