when you specify your custom time, like this
$('#foo').timepicker({
hours: {
starts: 6,
ends: 19
},
minTime: {
hour: 06,
minute: 00
},
maxTime: {
hour: 19,
minute: 00
});
it doesn't check for times like 19:45. This error can be observed on the plugin website as well