Hello,
news_latest displays date and time by default. How can I display only the date ?
Here is the code
Thanks.PHP Code:
<?php if ($this->hasMetaFields): ?>
<h3 class="info"><time datetime="<?= $this->datetime ?>" itemprop="datePublished"><?= $this->date ?></time></h3>
<?php endif; ?>
Bookmarks