I’m working on a website that is in Simplified Chinese. I’m using date variable formatting with textual months, but I need it to output in Chinese. Is there a way to change the words it outputs for months?
{entry_date format="%d %M %Y"}
outputs as: 19 Jan 2011
but i’d like it to output as: 19 一月 2011
Thanks in advance for any help you can provide.