Hi [EMAIL PROTECTED]
You can change the conversion in the kernel:
===
\defineconversion [cn] [\v!day] [\chinesenumber]
\defineconversion [cn] [\v!month] [\chinesenumber]
\defineconversion [cn] [\v!year] [\chinesenumber]
==
When I was trying to typeset date in Chinese
environment(\usemodule[chinese])
using the commond \currentdate, the date format was strange:
"2007 五月 18"(the month was in Chinese).
What I want is 2007.5.18 or 2007-5-18(the month should not be in Chinese).
How to achieve this?
Thanks !
___