Hi guys,
how can i add the CREATED TIME and DATA of the article in K2 category? I tried to set everything but nothing...
Can you help me?
<!-- Date created -->
<span class="itemDateCreated">
<?php echo JHTML::_('date', $this->item->created , JText::_('K2_DATE_FORMAT_LC2')); ?>
</span>