layui 多个日期文本框选择日期的方法

时间:2021-12-30 15:16:24

layui 多个日期文本框选择日期的方法


layui 多个日期文本框选择日期的方法这些都是动态增加


只有layui版本是1.0.9才可以这样子。


方法:

<input type='text' name='starttime[]' class='layui-input' style='width:100%;' value='{$val2['starttime']}' onclick="layui.laydate({elem: this, istime: true, format: 'YYYY-MM-DD hh:mm:ss'})">

onclick="layui.laydate({elem: this, istime: true, format: 'YYYY-MM-DD hh:mm:ss'})"