Pre Merge pull request !483 from Lucy/develop

pull/483/MERGE
Lucy 2025-01-13 08:23:07 +00:00 committed by Gitee
commit 734a853705
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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);