summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_create.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/task_create.php')
-rw-r--r--app/Template/notification/task_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/task_create.php b/app/Template/notification/task_create.php
index 6e80b26a..e56c252d 100644
--- a/app/Template/notification/task_create.php
+++ b/app/Template/notification/task_create.php
@@ -6,7 +6,7 @@
</li>
<?php if ($task['date_due']): ?>
<li>
- <strong><?= t('Due date:').' '.$this->dt->date($task['date_due']) ?></strong>
+ <strong><?= t('Due date:').' '.$this->dt->datetime($task['date_due']) ?></strong>
</li>
<?php endif ?>
<?php if (! empty($task['creator_username'])): ?>