TimePicker using jQuery for asp.net mvc application
TimePicker using jQuery for asp.net mvc application
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jithil JohnPosted May 14, 2015, 7:28 AM
Manoj BhoirPosted May 14, 2015, 2:00 AM
Please check this link :
jquery.timepicker : http://jonthornton.github.io/jquery-timepicker/
Sample Code : $('#basicExample').timepicker();
Or
jQuery Timepicker : http://timepicker.co/
Sample Code :
$(document).ready(function(){
$('input.timepicker').timepicker({});
});