Para fazer output de uma data no Joomla, use:
$date = new JDate( $data ); echo $date->toFormat( "%d de %B de %Y" );