If I use the module mode "Grid Title Overlay" is it possible to also show the date? Not just the title.
I've managed to add
- Code: Select all
echo ''.$this->parent->content[$i]['date'].'';
in controller.php for the right module mode and the date is showing so far so good. But the date that is showing is in this format: 2013-01-01 22:22, I only want month and day.
Does somebody know where to change the date format or point me in some direction where i should look further.