Format publishedTime

This commit is contained in:
Jay Trees 2022-01-26 15:12:19 +01:00
parent cc95c78d74
commit 3d3ae77f8b

View file

@ -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) { ?>