Please open file : root/templates/gk_game_magazine/html/com_k2/templates/default/item.php and there find this lines :
- Code: Select all
<time datetime="<?php echo JHtml::_('date', $this->item->created, JText::_(DATE_W3C)); ?>">
<?php echo JHTML::_('date', $this->item->created , JText::_('l, d F Y')); ?>
</time>
As you may see in this part JText::_('l, d F Y')) you can change the date format.