mvc - datetimepicker can select hours and minutes normally when used on the web page, but when accessing the web page on a mobile phone, hours and minutes cannot be selected.
淡淡烟草味
淡淡烟草味 2017-05-16 17:06:15
0
1
373

<input id="start" type="text" class="form-datetime am-form-field" />

<script> $('#start').datetimepicker({ language: 'zh-CN', format: 'yyyy-mm-dd hh:ii' }); </script>
淡淡烟草味
淡淡烟草味

reply all(1)
迷茫

datetimepicker is for the web page. For the mobile version, you can refer to jequeymobile http://www.jqmapi.com/demos/textinput/

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!