From acaa6190627c6126cb9576ec037aaa96cb6bd0b2 Mon Sep 17 00:00:00 2001 From: Lucy Date: Mon, 13 Jan 2025 08:19:34 +0000 Subject: [PATCH] =?UTF-8?q?update=20extend/fast/Form.php.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9Form=E7=94=9F=E6=88=90=E8=A1=A8=E5=8D=95=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E6=97=B6=E9=97=B4=E9=80=89=E6=8B=A9=E5=99=A8=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E9=94=99=E8=AF=AF=EF=BC=8C=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E7=94=9F=E6=88=90=E5=90=8E=E7=9A=84=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E6=97=A5=E6=9C=9F=E9=80=89=E6=8B=A9=EF=BC=8C?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E4=BD=BF=E7=94=A8=E9=BB=98=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucy --- extend/fast/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/fast/Form.php b/extend/fast/Form.php index e1041a178..c13f0cc2d 100644 --- a/extend/fast/Form.php +++ b/extend/fast/Form.php @@ -579,7 +579,7 @@ EOD; { $defaults = [ 'data-date-format' => "YYYY-MM-DD HH:mm:ss", - 'data-use-current' => "true", + 'data-date-use-current' => "true", ]; $value = is_numeric($value) ? date("Y-m-d H:i:s", $value) : $value; $options = array_merge($defaults, $options); -- Gitee