Republic of China era

Minguo (ROC) Date

Convert between Gregorian dates and Minguo (ROC) years used in Taiwan.

Minguo date

Pick a Gregorian date, or enter a ROC date as Y-M-D.

The Minguo date converter translates between Gregorian dates and Republic of China years, the era system used in official documents throughout Taiwan. Pick a Gregorian date to see the ROC year, month, and day, or enter a ROC date as year-month-day to convert back. Months and days are identical in both calendars; only the year number changes.

The rule

ROC year one corresponds to 1912, the year the Republic of China was founded. To convert, subtract 1911 from the Gregorian year. There is no year zero: the era begins directly at one. A three-digit ROC year in the low hundreds therefore describes a date in the current century, which is why Taiwanese receipts and identity documents show years that look unfamiliar at first glance.

Because the calendar structure is otherwise Gregorian, a ROC date needs no adjustment beyond the year. Leap years, month lengths, and weekdays are all the same.

Where the era is used

Taiwanese national identity cards, household registration records, driver's licenses, court filings, tax documents, invoices, government correspondence, and school certificates all carry ROC years. Many are printed with no Gregorian equivalent, so anyone processing Taiwanese paperwork outside Taiwan — for visas, university admissions, or employment verification — needs the conversion routinely.

Everyday life mixes the two systems. Newspapers may use Gregorian years while a receipt from the same day uses ROC. Digital services increasingly show both, but paper documents lean heavily on the era system.

Dates before 1912

Years earlier than the founding of the Republic are counted backwards and written as a number of years before the Republic. A date in 1910, for example, is described as two years before ROC year one. The converter reports that form rather than producing a negative year, since negative era years do not appear in real documents. Historical records from the imperial period use dynastic reign eras instead, which require a different conversion entirely.

Writing conventions

A full Chinese-language date places the era name before the year, then the month and day, each followed by its own character. Abbreviated forms drop the era name and rely on context, which is where confusion arises: a bare year in the low hundreds is almost certainly ROC, but a form that accepts either without labeling the expectation invites mistakes. When designing a form, state which calendar you want.

Some documents write the ROC year with three digits and no separator before the month, producing a compact numeric string. Read it carefully — the year field is variable width across the era's history, so an older document may show one or two digits where a modern one shows three.

Historical background

The Republic of China adopted the Gregorian calendar along with the new era numbering at its founding, replacing the lunisolar imperial calendar for civil purposes. The era continued in use on the mainland until 1949 and has remained the official system in Taiwan since. Documents from the mainland before 1949 therefore also carry ROC years, which matters for genealogy and archival research covering that period.

The traditional lunisolar calendar survives alongside the civil one for festivals. Lunar New Year, the Mid-Autumn Festival, and Tomb Sweeping Day are set by that calendar and move against the civil date each year, so converting a ROC year tells you nothing about when those holidays fall.

Why the era persists

Taiwan has debated moving official documents to Gregorian years several times, and the era system has survived each round. The practical arguments cut both ways: the era is deeply embedded in legal records, databases, and printed forms accumulated over more than a century, while dual-dating creates friction in international business and software. In the meantime, both systems coexist, and anyone working with Taiwanese records needs to handle the conversion rather than wait for it to become unnecessary.

For long-lived records the era numbering has one small advantage worth noting: a two- or three-digit year is shorter to write and read than a four-digit one, which mattered a great deal on paper forms and still matters in fixed-width data formats inherited from that era.

Software considerations

Store dates as Gregorian values and render ROC years for display. Most internationalization libraries include a Republic of China calendar in their locale data, which handles formatting and parsing without a hand-rolled offset. If you accept ROC input from users, validate that the year is at least one and that the resulting Gregorian date is plausible for your context — a typo that drops a digit produces a date a century out without looking obviously wrong.

Data imports from Taiwanese systems are a common source of silent errors. A column of ROC years loaded as Gregorian years lands every record in the second century, which is easy to spot, but a column already converted and then converted again is not.

Related converters

Other era systems that relabel the Gregorian year work the same way: see the Thai Buddhist Era converter and the Japanese era converter, the latter more involved because eras change mid-year. For calendars with different month structures, try the Islamic, Hebrew, Coptic, or Indian Saka converters. Lunar New Year dates are on the Chinese New Year page, and the converters hub lists everything else.

Checking your result

Convert both directions and confirm the round trip. A result off by 1911 means the offset was applied backwards. A result in the distant past usually means a ROC year was read as Gregorian, and a result far in the future means a Gregorian year was treated as ROC. Because the offset is large and fixed, these mistakes are obvious once you look at the output — which is a good reason to always glance at it.

Frequently asked questions

How do I convert a Minguo year to a Gregorian year?

Add 1911. ROC year one corresponds to 1912, the founding of the Republic of China, and there is no year zero. Months, days, weekdays, and leap years are identical in both systems.

Where is the ROC era used?

Throughout Taiwan on identity cards, household registration records, driver's licenses, tax filings, invoices, court documents, and school certificates. Many print no Gregorian equivalent alongside the ROC year, so conversion is routine for anyone handling Taiwanese paperwork from abroad.

What about dates before 1912?

They are counted backwards and described as a number of years before the Republic rather than as negative era years. Imperial-period records use dynastic reign eras instead, which need a different conversion.

Do mainland Chinese documents use this era?

Records from before 1949 do, since the Republic used it across the mainland during that period. It matters for genealogy and archival research covering the first half of the twentieth century.

Can I use this to find Lunar New Year?

No. Lunar New Year, Mid-Autumn Festival, and Tomb Sweeping Day follow the traditional lunisolar calendar and move against the civil date each year. The era conversion only relabels the year.

How should software handle ROC dates?

Store Gregorian values and format ROC years for display. Most internationalization libraries include a Republic of China calendar, which is safer than applying the offset by hand and avoids double conversion during imports.

How do I spot a conversion mistake?

A result off by 1911 means the offset ran the wrong way. A date in the distant past usually means a ROC year was read as Gregorian, and one far in the future means the reverse.

Processing, please wait...