Thai Buddhist date converter
This converter translates between Gregorian (CE / ค.ศ.) dates and the Thai Buddhist Era (BE / พ.ศ.) used on official Thai documents, IDs and signage. It is for anyone reading a Thai date, filling in a form, or checking a birth year against the Western calendar.
How it works
Since 1941 the Thai solar calendar (Suriyakati) shares the same day and month as the Gregorian calendar; only the year differs, by a fixed offset:
Buddhist Era (BE) = Common Era (CE) + 543
Common Era (CE) = Buddhist Era (BE) − 543
So converting a date changes only the year — the day and month stay exactly as entered. The conversion is pure arithmetic and is exact for any date from 1941 onward.
Example
A Gregorian date of 28 May 2026 converts to 28 พฤษภาคม 2569 BE (2026 + 543 = 2569). Going the other way, 1 January 2569 BE becomes 1 January 2026 CE (2569 − 543 = 2026).
| Gregorian (CE) | Thai Buddhist (BE) |
|---|---|
| 2000 | 2543 |
| 2026 | 2569 |
| 2030 | 2573 |
It is privacy-first: all processing happens locally in your browser and nothing is ever sent anywhere.