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