I usually write my posts a little earlier than it will be published.
Therefore I want to show the published date in k2 instead of the creation date.
How can I accomplish that?
Thanks in advance for your help.
<?php echo JHTML::_('date', $this->item->created , JText::_('K2_DATE_FORMAT_LC2')); ?>
<?php echo JHTML::_('date', $this->item->publish_up , JText::_('K2_DATE_FORMAT_LC2')); ?>