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,
to me, using different library.
try:
$('#ftime').timepicker({ 'timeformat': 'h:i:s a' });
link documentation, make sure talking same library
Comments
Post a Comment