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.