diff options
Diffstat (limited to 'app/Template/task_external_link/show.php')
-rw-r--r-- | app/Template/task_external_link/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_external_link/show.php b/app/Template/task_external_link/show.php index 2dc3d1dd..12d8e4f6 100644 --- a/app/Template/task_external_link/show.php +++ b/app/Template/task_external_link/show.php @@ -31,7 +31,7 @@ <?= $this->e($link['creator_name'] ?: $link['creator_username']) ?> </td> <td> - <?= dt('%B %e, %Y', $link['date_creation']) ?> + <?= $this->dt->date($link['date_creation']) ?> </td> <?php if ($this->user->hasProjectAccess('TaskExternalLink', 'edit', $task['project_id'])): ?> <td> |