Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
I would like to change my month language inside the calendar.(event calendar tutorial). How can I do that?
Hi,

If you take a look at the calendar code, you'll find that it uses cms:date tag to output the month names -
Code: Select all
<cms:date k_calendar_date format='F Y' />

Please see the docs for cms:date tag. It has a section for 'Locale-aware format characters' that explains how we can output strings based on selected locales.

Hope this helps.
already done, many thanks.
3 posts Page 1 of 1