Palindrome Date Finder
Find the next date whose digits read the same forwards and backwards — pick a date format below.
How this is calculated
Each date is written out as an 8-digit string in the chosen format — MM/DD/YYYY, DD/MM/YYYY or YYYY-MM-DD — and checked against its own reverse. This tool scans forward day by day from today (up to a century out) and stops at the first match, so it's computed fresh every time the page loads rather than pulled from a fixed list, and it stays accurate indefinitely. US format and ISO format always land on identical calendar dates as each other, because reversing MM/DD/YYYY and reversing YYYY-MM-DD reduce to the exact same digit relationships; international DD/MM/YYYY format lands on a different set.
Why palindrome dates are so rare
Once you fix the format, a palindrome date isn't a coincidence you stumble into often — the digit-reversal requirement pins down most of the year and month from the day, which leaves very few valid combinations left on the calendar. In US and ISO format, for instance, 02/02/2020 was a palindrome, but the next one isn't until 2030, and after that the gaps keep stretching as the century goes on. That scarcity is exactly what made 02/02/2020 ("Twosday") stand out: it's genuinely uncommon for a date to be a palindrome in every popular format at once, rather than just one of them.
Frequently asked questions
What is a palindrome date?
A palindrome date is a calendar date whose digits read the same forwards and backwards once written out in a specific numeric format, like 03/02/2030 written as 03022030 — the most famous recent example is 02/02/2020.
Why does the next palindrome date depend on the format I pick?
Because MM/DD/YYYY, DD/MM/YYYY and YYYY-MM-DD put the day and month digits in a different order, the same digit string can be a palindrome in one format and not another. US format (MM/DD/YYYY) and ISO format (YYYY-MM-DD) always land on the exact same calendar dates as each other, while international format (DD/MM/YYYY) usually lands on different ones.
Does a palindrome date happen every year?
No. For US and ISO format they're genuinely rare — after 2020, the next one isn't until 2030 — while international format produces a small cluster roughly once a decade rather than one every single year.
Was 02/02/2020 really a global palindrome?
Yes — 02/02/2020 is one of the rare dates that reads as a palindrome in essentially every common format (MM/DD/YYYY, DD/MM/YYYY and YYYY-MM-DD alike), which is why it got so much attention as "Twosday."