diff --git a/docs/laydate/detail/options.md b/docs/laydate/detail/options.md index d4964481..812c7954 100644 --- a/docs/laydate/detail/options.md +++ b/docs/laydate/detail/options.md @@ -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' +``` +