Rank: Newbie Groups: Member
Joined: 10/23/2008 Posts: 2
|
I am planning on using the datepicker to allow users to pick start and stop dates and times. I plan on using the Calendar to pick the date but was wondering if there is an option to allow the time to be chosen from dropdown lists instead of directly typing in the hr and min?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
In that case you can just place a regular ASP.NET drop down box next to the DatePicker. The DatePicker does not support drop down on time values.
Please feel free to let us know if you have any more questions.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 10/23/2008 Posts: 2
|
Thanks for the quick reply. If it's necessary to provide dropdown time selection I'll do as you suggested.
|