Change Due Date to Due Timestamp fixes #919 (#3249)

This commit is contained in:
Oliver Buchmann
2017-05-10 22:42:34 +02:00
committed by Frédéric Guillot
parent 136936ae3d
commit daf39ee16a
19 changed files with 25 additions and 25 deletions

View File

@@ -39,7 +39,7 @@
<?php endif ?>
">
<i class="fa fa-calendar"></i>
<?= $this->dt->date($task['date_due']) ?>
<?= $this->dt->datetime($task['date_due']) ?>
</span>
<?php endif ?>