Code:
sDate = Format(DATE,"TIME \@ ""EEEE年O月A日 星期W""")
'' output:
'' EEEE年O月A日 星期W
I copied the field codes onto VBA but it does not work.
How can I output a date other than a US's one, like in this example, a Chinese one?
Any help would be appreciated.