From 8f3902e498a2e209ce9b769dd0b57a506f83ca17 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Fri, 27 Oct 2023 16:57:30 +0800 Subject: [PATCH] * Change realStarted from datetime to datetime-local in task-start. --- module/task/ui/start.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/ui/start.html.php b/module/task/ui/start.html.php index a6d9986a61..6b6586c1a8 100644 --- a/module/task/ui/start.html.php +++ b/module/task/ui/start.html.php @@ -83,7 +83,7 @@ else set::width('1/3'), set::label($lang->task->realStarted), set::name('realStarted'), - set::control('datetime'), + set::control('datetime-local'), set::value(helper::isZeroDate($task->realStarted) ? helper::now() : $task->realStarted) ), formRow