From e5b6aa130273410b29575b1f43b73daf7c6ed58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Wed, 3 May 2023 19:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20laydate=20=E7=9A=84=20`val?= =?UTF-8?q?ue`=20=E5=B1=9E=E6=80=A7=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/laydate/detail/options.md b/docs/laydate/detail/options.md index 1acb4b28..b01dc3b1 100644 --- a/docs/laydate/detail/options.md +++ b/docs/laydate/detail/options.md @@ -171,13 +171,13 @@ format: '北京时间 H 点 m 分' 初始值。值支持以下类型: -- 若为 `string` 类型,则必须和 `format` 属性的格式对应。 +- 若为 `string` 类型,则必须和 `format` 属性格式对应 ``` value: '2018-08-18' ``` -- 若为 `date` 对象类型,则赋值 `new Date()` 的实例即可。 +- 若为 `date` 对象类型,则可直接赋值 `new Date()` ``` value: new Date(1534766888000) // 参数即为:2018-08-20 20:08:08 的毫秒数