clockpicker
clockpicker copied to clipboard
Is there a way to allow the user to only select hours?
Is there a way to allow the user to only select hours? And have it auto close like it does when minutes are selected?
I use code like this
var elem = $('#myinput');
var c = elem.clockpicker({
afterHourSelect: function(){
c.data('clockpicker').done();
}
});