I'm trying to figure out how to make a published "x days ago"
So instead of the output being something like this:<?php echo JText::sprintf(JHtml::_('date',$this->item->created, JText::_('DATE_FORMAT_LC2'))); ?>
I'm just not sure the steps I need to take to make this happen.
So instead of
Published: Apr 1, 2012
it's this:
Published: 2 days ago
Thank you,
Carl