Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Fixes date format
Browse files Browse the repository at this point in the history
  • Loading branch information
softius committed Jan 9, 2019
1 parent acb0c07 commit 41cbd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Element/Answers/view.ctp
Expand Up @@ -51,7 +51,7 @@ $isPublished = empty($survey->survey->publish_date) ? false : true;
?>
</td>
<td><?= h($surveyAnswer->score) ?></td>
<td><?= h($surveyAnswer->created->i18nFormat('yyyy-MM-DD HH:mm')) ?></td>
<td><?= h($surveyAnswer->created->i18nFormat('yyyy-MM-dd HH:mm')) ?></td>
<td class="actions">
<div class="btn-group btn-group-xs">
<?php if (!$isPublished) : ?>
Expand Down

0 comments on commit 41cbd1c

Please sign in to comment.