[TYPO3-english] Date localization

Pero Matic pero at matic.com
Sat Sep 18 19:13:18 CEST 2010


Xavier Perseguers wrote:
> 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

Thank you. Changing date to strftime solved a problem. 




More information about the TYPO3-english mailing list