Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
Just working on an event calendar and found the editable type datetime very useful. However is there a way I can translate the months names since the website isn't in English? I already changed the interface language of the admin panel, but that doesn't seem to affect the datetime editable fields?
Hi,

You can use the 'months' parameter for that. Please see the following for details -
viewtopic.php?p=12667#p12667

Hope it helps.
It does seem to work fine on the back-end but when I try to display it using
<cms:date date_start format='d/F/Y' />
it is still displayig the English names. Also tried adding the "months" parameter with the translation, but no luck either.
For the front-end you need to add 'locale' to cms:date tag. Please see -
http://docs.couchcms.com/tags-reference ... characters
Thanks KK :-)
5 posts Page 1 of 1