layDate 日期与时间插件
Posted lyt0207
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了layDate 日期与时间插件相关的知识,希望对你有一定的参考价值。
首先第一步
在官方下载layDate文件。layUI官网:http://layer.layui.com/ https://www.layui.com/laydate/
引入layData.js
<script src="../js/public/laydate.js"></script>
要显示的时间文本框
<input type="text" class="input w50" id="applytime" name="applytime"/>
js方法
laydate.render({
elem: ‘#applytime‘, // 输出框id
type: ‘datetime‘
});
以上是关于layDate 日期与时间插件的主要内容,如果未能解决你的问题,请参考以下文章