i am using time picker my code and options are given below :
var options = {timeFormat: 'h:mm p', interval: 15, maxTime: '11:45pm', startTime: '12:00', defaultTime: new Date(),dynamic: true, dropdown: true, scrollbar: true}
$('.end_time,.start_time').timepicker(options);
it is returning me the output like :
it is working fine but it starts from the current time .what i want is i want it to start from 12:00am and end to 11:45pm like teams and google calender timepicker.
like that
from my timpicker i am getting this
Hello Ananad this is what i am taliking about: enter image description here