Buddhist Era
Thai Solar / Buddhist Era
Convert Gregorian dates to Thai solar Buddhist Era dates and back.
Thai solar date
Pick a Gregorian date, or enter a BE date as Y-M-D.
The Thai solar date converter translates between Gregorian dates and the Buddhist Era used throughout Thailand. Pick a Gregorian date to see the corresponding BE date, or enter a BE date as year-month-day to convert back. Months and days are identical in both systems — only the year number differs — but the historical detail behind that simple rule is worth understanding before you rely on it.
The basic rule
For any date from 1941 onward, the Buddhist Era year equals the Gregorian year plus 543. The day and month never change, so converting a modern Thai date is a matter of adjusting one number. A document dated in the mid-twenty-five hundreds is contemporary, not medieval, which surprises visitors reading Thai receipts and signage for the first time.
Thailand uses this era officially. Government forms, court documents, newspapers, bank statements, school records, and product expiry dates all carry BE years, frequently with no Gregorian equivalent printed alongside.
Where the 543 comes from
The era counts from the traditional date of the Buddha's passing into parinirvana. Different Buddhist countries fix that anchor slightly differently, which is why the Thai count does not always agree with the Burmese, Sri Lankan, or Cambodian reckoning for the same day. Within Thailand, the plus-543 rule is settled and universal, but do not assume the same offset applies to a document from a neighboring country.
The 1941 change
Before 1941, the Thai year did not begin on January 1. From the late nineteenth century the year started on April 1, which means dates in January, February, and March belonged to the previous BE year. When Thailand moved the start of the year to January 1, the year that had begun in April 1940 was cut short after nine months, and the following year began on the new schedule.
This converter applies the correct rule automatically: dates from January 1941 onward use the plus-543 offset, while January through March of earlier years use plus-542. Historical documents from that period are a well-known trap, and a naive conversion misdates them by exactly one year. The tool flags when a date falls in the affected window so you know the older rule was applied.
Even earlier, Thailand used other era systems entirely, including the Rattanakosin Era counted from the founding of Bangkok and a traditional lunisolar calendar for religious dates. Those require different conversions and are outside the scope of this page.
Solar calendar, lunar festivals
The Thai civil calendar is solar and matches the Gregorian structure exactly, but many Thai holidays are set by a traditional lunisolar calendar and therefore move against the civil date each year. Visakha Bucha, Makha Bucha, Asalha Bucha, and the start of Vassa all fall on lunar observance days rather than fixed civil dates. Songkran, the Thai new year festival in April, is a national holiday with fixed civil dates today, but its April timing is a survival of the older year-start convention described above.
Converting the year number will therefore never tell you when a lunar festival falls. That requires a lunisolar calendar table, not arithmetic.
Reading Thai dates
Thai documents commonly write the abbreviation for Buddhist Era before or after the year. A date may appear with the day first, the month spelled in Thai, and the year in either Thai or Western digits. When a year appears without an era marker, the magnitude usually settles it: a four-digit year in the twenty-five hundreds is BE, and one in the two thousands is Gregorian. Some international-facing Thai documents print both, which removes all doubt.
Watch for the occasional form that has been partly translated, with a Gregorian year left in place next to Thai month names. Converting such a date twice produces a result five centuries out.
Practical situations
Visa applications, property deeds, marriage registrations, and university transcripts issued in Thailand all carry BE dates, and foreign institutions receiving them expect Gregorian equivalents. Expiry dates on Thai medicines and food packaging use the same era, which occasionally alarms visitors who read a product as having expired centuries ago. Employment contracts and rental agreements state their term in BE years, so anyone signing one should confirm the Gregorian dates before agreeing.
Businesses operating across the border face the reverse problem: an invoicing system that assumes Gregorian years will print dates that look wrong to a Thai customer, and one that assumes BE will confuse everyone else. Printing both is the usual compromise, and it costs nothing but a line of formatting code.
Software and data entry
Store dates in Gregorian form and convert to BE for display, the same discipline that applies to any regional era. Thai locale support in most operating systems and programming frameworks includes a Buddhist calendar option that handles the conversion for you, which is preferable to hard-coding the offset. If you do implement it yourself, remember the pre-1941 exception if your data reaches back that far — genealogy, land records, and archival projects routinely do.
Related converters
Other era-year systems work on the same principle of relabeling the year while keeping Gregorian months. See the Minguo converter for Taiwan's Republic of China years and the Japanese era converter for wareki, which is more complex because eras change mid-year. For calendars where the month structure itself differs, try the Islamic, Hebrew, Ethiopian, or Indian Saka converters. The converters hub lists them all, and the date format converter handles plain Gregorian layouts.
Quick checks
If a converted date looks 543 years out, the offset was applied in the wrong direction. If it looks exactly one year out and the date falls in the first three months of a year before 1941, the pre-1941 year start is the reason. And if a Thai document seems to describe an event centuries before it could have happened, the year was probably converted twice.
Frequently asked questions
How do I convert a Thai year to a Gregorian year?
Subtract 543 for any date from 1941 onward. The month and day are identical in both systems, so only the year number changes. Adding 543 converts in the other direction.
Why 543 years?
The Buddhist Era counts from the traditional date of the Buddha's parinirvana. Different Buddhist countries fix that anchor slightly differently, so the Thai offset does not necessarily match Burmese, Sri Lankan, or Cambodian reckoning.
What changed in 1941?
Thailand moved the start of the year from April 1 to January 1. Before that, January through March belonged to the previous Buddhist Era year, so those months need an offset of 542 rather than 543.
Does the converter handle pre-1941 dates?
Yes. It applies the older April year start automatically for January through March of years before 1941 and tells you when that rule was used, so archival and genealogical dates convert correctly.
Can I use this to find Thai holidays?
Not for religious ones. Visakha Bucha, Makha Bucha, and similar observances follow a traditional lunisolar calendar and move against the civil date each year, which requires a lunisolar table rather than year arithmetic.
How do I tell whether a year is BE or Gregorian?
By magnitude. A contemporary four-digit year in the twenty-five hundreds is Buddhist Era; one in the two thousands is Gregorian. Documents intended for international use often print both to remove any doubt.
Should software store Buddhist Era dates?
Store Gregorian dates and convert for display. Most operating systems and frameworks include a Thai Buddhist calendar in their locale support, which is safer than hard-coding the offset yourself and handles formatting and parsing consistently across the application.