1. 程式人生 > >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'})"


新版動態增加:https://blog.csdn.net/haibo0668/article/details/80885842