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
<input id="start" type="text" class="form-datetime am-form-field" />
<script>
$('#start').datetimepicker({
language: 'zh-CN',
format: 'yyyy-mm-dd hh:ii'
});
</script>
datetimepicker is for the web page. For the mobile version, you can refer to jequeymobile http://www.jqmapi.com/demos/textinput/