php - How to give values up to 24 in kendo timepicker? -
i want specify values 1 24 without giving am or pm format, can avoid validations. demo code is,
$starttime = new \kendo\ui\timepicker('starttime'); $starttime->value($stime) ->format('hh:mm') ->attr('name','data[branch][starttime]'); echo $starttime->render(); so please specify proper solution.
replace line ->format('hh:mm') following code
->format('hh:mm')
hope work you.
Comments
Post a Comment