[TYPO3-english] Date localization

Xavier Perseguers typo3 at perseguers.ch
Sat Sep 18 08:40:35 CEST 2010


Hi,

> I'm using generic markers ext. for tt_news and i have this:
>
> plugin.tt_news.genericmarkers {
>     data = crdate
>     month = TEXT
>     month {
>       field = generic_crdate
>       date = M
>     }
> }
>
> It shows me a shortend form of month ie - Jul or Sep. for news records.
>
> The problem is that i can't get localized names of months. I have set:
>
> config.locale_all = hr_HR.utf8
>
> This works fine in normal tt_news  - localized dates are shown. What could
> be the problem? Thx!

Problem is that you use "date" instead of "strftime".

Cheers
Xavier


More information about the TYPO3-english mailing list