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 ??