Что бы отобразить текущую дату а не дату создания материала в модуле Blog Calendar откройте файл /modules/mod_blog_calendar/mod_blog_calendar.php и найдите строку:

 
if(JRequest::getVar('option')=='com_content' && JRequest::getVar('view')=='article') {

Замените ее на:

if(JRequest::getVar('option')=='com_content' && JRequest::getVar('')=='article') {