javascript - Time picker ONLY in asp.net -
i creating vb.net page. page allow users schedule lectures, appointments etc. have few text boxes add details. have used asp:calendar control select days. cannot find time picker. clear have 3 textboxes. 1 day, 1 start time , 1 end time. want time picker. when user clicks button or link list pops times of day. user clicks whichever time , can time , store in variable pass database, calendar control. ask. has got answer here. know has been asked multitude of times , know there answers out there have spent 9 hours far playing around solutions out there, no success, hoping please please please here can me. i'm desperate , fed up, , it's incompetence.
try using jquery timepicker has many cool features such as
- timezones support
- datetime picker
- time picker
- jquery ui theming support , many other tweaks.
usage simple , effective
example date , time picker
html
<input type="text" name="basic_example" id="basic_example" class="hasdatepicker">
javascript
$('#basic_example').datetimepicker();
screenshot
Comments
Post a Comment