Chinese Date in Words

Spell out any date in full Simplified Chinese prose (年月日).

Free Chinese date-in-words tool. Formats any Gregorian date as full Simplified Chinese prose using year/month/day 年月日 conventions, reading the year digit-by-digit and adding the correct 星期 weekday. Runs in your browser.

Why is the year read digit-by-digit?

Chinese reads calendar years one digit at a time, so 2026 is written 二〇二六年, not 两千零二十六年. The tool follows this convention, mapping each digit to its character including 〇 for zero.

The Chinese Date in Words tool turns a calendar date into full Simplified Chinese prose, following the standard 年月日 (year-month-day) order. Pick a date and get output like 二〇二六年六月六日 星期六, ready for letters, certificates, contracts and language practice.

How it works

Chinese formats a date in three distinct ways within the same string. The year is read digit-by-digit: each numeral becomes its character, so 2026 is 二〇二六 followed by . The month and day are read as ordinary cardinal numbers using for tens — December is 十二月, the 25th is 二十五日, and the teens drop the leading so the 15th is 十五日. Finally the tool derives the weekday from the date and writes it as 星期 plus a number, where Sunday is the special form 星期日 rather than 星期七.

The date you choose is validated so that impossible inputs (such as 30 February) are rejected rather than silently formatted.

Notes

This tool works with the Gregorian (solar) calendar — the everyday civil calendar. It does not convert to the traditional Chinese lunar calendar, which requires a separate astronomical conversion and depends on the year’s leap-month structure. The digit-by-digit year reading is the key difference from the number-to-words style: a year is spoken as a sequence of digits, never as a grouped quantity. Everything runs locally in your browser, so the date you select is never uploaded and the tool works offline once the page has loaded.