Just a quick thought: How can I change the date format in News & Calender? I saw
Code: Select all
{$entry->postdate|date_format}
Code: Select all
{$entry->postdate|date_format : '%W %M %Y'}
Code: Select all
{$entry->postdate|date_format}
Code: Select all
{$entry->postdate|date_format : '%W %M %Y'}