News 2.0 and dateformat problem
Re: News 2.0 and dateformat problem
dateformat has a bug in it. It's on my todo list. There is a way that you can modify it via the Summary Template. Quick search in the forums should find it for you.
Re: News 2.0 and dateformat problem
Look for:
Fill it with the parameters found on: http://smarty.php.net/manual/en/languag ... format.php
so that it looks something like:
Sorry, I was a little preoccupied when I posted that reply.
Code: Select all
{$entry->postdate|date_format}so that it looks something like:
Code: Select all
{$entry->postdate|date_format:"%d,%m,%Y"}
