jQuery-timepicker showing 12AM as PM -


i working jquery-timepicker, have issue. when user navigates using hour showing 12pm , not 12am ?

code have tried,

$('#ftime').timepicker({             timeformat: "hh:mm tt",             ampm: true,             hourmin :4,             hourmax : 24 }); 

here try,

http://jsfiddle.net/o59eoomx/

to me, using different library.

try:

$('#ftime').timepicker({ 'timeformat': 'h:i:s a' }); 

link documentation, make sure talking same library


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -