* Change realStarted from datetime to datetime-local in task-start.

This commit is contained in:
zhouxin
2023-10-27 16:57:30 +08:00
parent 688f2d94d0
commit 8f3902e498
+1 -1
View File
@@ -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