ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

24-hours show Nan #63

Open blaang opened 6 years ago

blaang commented 6 years ago

Hi,

i try this code $('.timepicker-24-hr').wickedpicker({twentyFour: true}); . When i click into the input is shows me NaN.

What reason can it be?

thanks fors help

suvendusgiri commented 1 year ago

Try- twentyFour: 1

In their library I had seen somewhere that they had written something like if (twentyFour != 1) ...