mirror of
https://gitee.com/layui/layui.git
synced 2025-12-26 22:25:48 +08:00
优化 laydate 文档的 value 属性的介绍
This commit is contained in:
@@ -183,6 +183,13 @@ value: '2018-08-18'
|
||||
value: new Date(1534766888000) // 参数即为:2018-08-20 20:08:08 的毫秒数
|
||||
```
|
||||
|
||||
- 当开启 `range` 时,初始设置日期范围值
|
||||
|
||||
```
|
||||
// 开始日期 - 结束日期
|
||||
value: '1900-01-01 - 2100-01-01'
|
||||
```
|
||||
|
||||
</td>
|
||||
<td>string<br>date</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user