[9.2.13] trait devant une date dans blog

This commit is contained in:
fredtempez 2019-12-03 17:56:07 +01:00
parent b950b54ebc
commit 7a9afc6301
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="blogDate">
<i class="far fa-calendar-alt"></i>
<?php echo utf8_encode(strftime('- %d %B %Y', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'publishedOn']))); ?>
<?php echo utf8_encode(strftime('%d %B %Y', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'publishedOn']))); ?>
à <?php echo utf8_encode(strftime('%H:%M', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'publishedOn']))); ?>
</div>