From 5cdc00a3d8be943160b6ee922c158a13e7059ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Tue, 23 May 2023 23:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20laydate=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=9A=84=20`value`=20=E5=B1=9E=E6=80=A7=E7=9A=84?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/laydate/detail/options.md | 7 +++++++ 1 file changed, 7 insertions(+) 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' +``` + string
date