<input type="text" id="assessdet_chkdate" class="easyui-datebox" data-options="editable:false"/> 设置年月日时分秒
时间: 2023-10-22 18:03:44 浏览: 133
时间控件年-月-日 时:分:秒
4星 · 用户满意度95%
要设置年月日时分秒,你可以使用下面的代码段:
```html
<input type="text" id="assessdet_chkdate" class="easyui-datetimebox" data-options="editable:false"/>
```
上面的代码中,将 `easyui-datebox` 修改为 `easyui-datetimebox`,这样就可以实现选择年月日时分秒的功能了。
阅读全文