This commit is contained in:
tianshujie98
2020-12-02 10:32:44 +08:00
parent 61e6eaa186
commit d27ce0f463
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
</tr>
<tr>
<th><?php echo $lang->task->realStarted;?></th>
<td><div class='datepicker-wrapper'><?php echo html::input('realStarted', $task->realStarted != '0000-00-00' ? $task->realStarted : '', "class='form-control form-date'");?></div></td><td></td>
<td><div class='datepicker-wrapper'><?php echo html::input('realStarted', $task->realStarted != '0000-00-00' ? $task->realStarted : '', "class='form-control form-datetime'");?></div></td><td></td>
</tr>
<tr>
<th><?php echo $lang->task->finishedDate;?></th>