javascript - How to Validate the timepicker as from time to time -


i need validate time picker time , time example http://jqueryui.com/resources/demos/datepicker/date-range.html in page can validate date , date date-picker need time-picker , need give at-least 1 hour different between , time. code not working please 1 me friends. .

    $('#stime').timepicker({          controltype: 'select',          stepminute: 15,          timeformat: 'hh:mm',          onclose: function (time) {                $("#etime").timepicker("option", "maxtime", time);          }     }); 

this might solution check out :

http://jonthornton.github.io/jquery-timepicker/


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -