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

  1. timezones support
  2. datetime picker
  3. time picker
  4. 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

enter image description here


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -