locales in news module
Posted: Wed Sep 28, 2005 5:17 pm
I have News module 2.0, but it always displays date in US format. I need to display months in my current locale (it_IT.UTF8)
This is my line of code:
I have also this in the Summary Template:
but always display "Aug Sep Oct" instead of "Ago Set Ott". Other internazionalization are working nice.
This is my line of code:
Code: Select all
{cms_module module="news" dateformat="d-M-Y" number="5" summary="Notizie" length="10" moretext="leggi...<br>" }Code: Select all
{$entry->postdate|date_format:"%d-%b-%Y"}