Hi,
Can you tell me the best way to go about changing the date format on articles. Currently the template only displays the day and month e.g. 10 May, I'd like to add the year.
Thanks
Ken
<?php elseif ($params->get('show_create_date')) : ?>
<li class="created"><time datetime="<?php echo JHtml::_('date', $this->item->created, JText::_(DATE_W3C)); ?>" itemprop="dateCreated"><?php echo JHtml::_('date', $this->item->created, JText::_('F j, Y')); ?></time></li>
<?php endif; ?>
<time datetime="2015-06-11T14:21:12+00:00">June 11</time>