Format publishedTime
This commit is contained in:
parent
cc95c78d74
commit
3d3ae77f8b
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class Wishlist
|
|||
<div class="extra content">
|
||||
<?php if ($info->publishedTime) { ?>
|
||||
<span class="right floated">
|
||||
<?= $info->publishedTime ?>
|
||||
<?= $info->publishedTime->format('d.m.Y') ?>
|
||||
</span>
|
||||
<?php } ?>
|
||||
<?php if ($info->providerName) { ?>
|
||||
|
|
Loading…
Reference in a new issue