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

Commit

Permalink
Merge pull request #61 from QoboLtd/fix-date-format
Browse files Browse the repository at this point in the history
Fixes date format
  • Loading branch information
mamchenkov committed Jan 9, 2019
2 parents acb0c07 + 41cbd1c commit 8d2879d
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 8d2879d

Please sign in to comment.