How can I add today's date on the breadcrumb?
Like on the website here?
http://www.residentialpm.com.au/
$date =& JFactory::getDate();
echo 'Current date and time is: ' . $date->toFormat() . "\n";