In my project , I need using Timepicker with format HH:MM , but I use it like duration , not a time , so is it possible to increase HH upto 99 , not stop in 23 !
I using datetime picker from this page : http://tarruda.github.io/bootstrap-datetimepicker/
After several time to edit js file , I found that I must change js code in "getUTCHours()" method from http://tarruda.github.com/bootstrap-datetimepicker/assets/js/bootstrap-datetimepicker.min.js file to get my goal !
But I cannot find the define of this method :(
Can anyone help me ? Thanks all in advances !
Valentino !