Timepicker - set time range

Hi,

I am Developing with Metronic. Excelent framework!

However , I am trying to apply timepicker component , which I would like to set the range from 8:00 to 23 hour .

I have found various codes examples in anothers forums but none of Them solved my problem .

Further , it seems that documentation do not wrap ’ timerpicker range’ or somethink like that .

Here is my JS:

$('.timepicker').timepicker({
    showMeridian: false,
    minuteStep: 10
});

Any help would be good.