In template Publisher under article title, date format is month and day. I need year too. I have allready overrided all date-related strings to d F Y without result. How can I change it ?
Link : www.kinesiologue-paris.fr/index.php/com ... er-choisir
<time datetime="<?php echo JHtml::_('date', $this->item->created, JText::_(DATE_W3C)); ?>"> <?php echo JHTML::_('date', $this->item->created, JText::_('d M')); ?> </time>
<time datetime="<?php echo JHtml::_('date', $this->item->created, JText::_(DATE_W3C)); ?>"> <?php echo JHTML::_('date', $this->item->created, JText::_('d F')); ?> </time>