Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hi there, maybe I have got really stupid question but I can not find translation for archive date.

I have got this piece of code

<cms:date k_archive_date format='F Y' />

result is

February 2015 (2)
January 2015 (2)

I need to translate February, January etc. , but I could not find it anywhere. I found some definition in $arrMonths (function.php) but this one is for different kind of use.
@Artemis, please take a look at cms:date tag's docs -
http://www.couchcms.com/docs/tags-reference/date.html
- and scroll down to find the "Locale-aware format characters" section.

It explains how you can output the dates in the server's locale language.

Hope it helps.
Thank you, that exactly was the problem.

Next time I will read documentation more carefully, sorry for wasting your time.
3 posts Page 1 of 1
cron