Fix bug: wrong date displayed by strftime (#178)
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
<?php if (! empty($task['date_due'])): ?>
|
||||
<div class="task-board-date <?= time() > $task['date_due'] ? 'task-board-date-overdue' : '' ?>">
|
||||
<?= dt('%B %e, %G', $task['date_due']) ?>
|
||||
<?= dt('%B %e, %Y', $task['date_due']) ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user