Set minimum and Maximum in hour timepicker jquery

190 Views Asked by At

the image below example of time picker and the minimum of hours is 00 and maximum is 23 .

example of minimum hour which is 00

Here is my code

$('.bootstrap-timepicker').datetimepicker({
    pickDate: false,
    useCurrent: false,
    format: 'HH:mm',
    //use24hours: true
});

How do i set the minimum hour is 01 and the maximum hour is 24 ??

0

There are 0 best solutions below