hi there!
I 'm using joomla university theme, How can I change the format of the post's date; for example I wanna have this structre:
31 May (It's already in this structure: May 13).
Best wishes
<small><?php echo JHTML::_('date', $this->item->publish_up, JText::_('M j')); ?></small>
and
<small><?php echo JHTML::_('date', $this->item->created, JText::_('M j')); ?></small>