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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -