Date Pattern Detector
Enter any date and the detector runs eight pattern families simultaneously — palindrome, repeating digit, all-same-digit, ascending and descending sequence, ambigram, binary, prime, twin pair — then ranks the matches by rarity. Plus a list of the next upcoming dates that satisfy each family.
Top Pattern
Ordinary Date
Rarity Score
0 / 100
Date
May 30, 2026
Families Matched
0
Quick Conversion
Formula: rarity ≈ palindrome_digits × 12 (capped 100)
The Mirror Pattern Detector
No special numerical pattern detected across the eight tested families.
Try a birthday, wedding date, or product launch.
All matches
Test Dates
Click any preset to instantly load a famous pattern date.
Upcoming Pattern Dates
Switch family to see the next eight matches.
Sun
Feb 3
2030
Sat
Mar 2
2030
Thu
Feb 13
2031
Mon
Feb 23
2032
Sat
Feb 4
2040
Mon
Apr 2
2040
Thu
Feb 14
2041
Mon
Feb 24
2042
Famous Pattern Dates Reference
| Date | Format | Pattern | Weekday |
|---|---|---|---|
| 01-02-2010 | DD-MM-YYYY | Ascending sequence (1,2,10) | Saturday |
| 10-10-2010 | DD-MM-YYYY | Binary / twin pair | Sunday |
| 11-11-2011 | DD-MM-YYYY | Binary + 8-digit palindrome | Friday |
| 12-12-2012 | DD-MM-YYYY | Twin pair + repeating digit | Wednesday |
| 12-13-2014 | MM-DD-YY | Ascending sequence (12,13,14) | Saturday |
| 05-02-2050 | DD-MM-YYYY | 8-digit palindrome | Saturday |
| 02-02-2020 | DD-MM-YYYY | 8-digit palindrome (global) | Sunday |
| 22-02-2022 | DD-MM-YYYY | 8-digit palindrome (Twosday) | Tuesday |
| 03-02-2030 | DD-MM-YYYY | 8-digit palindrome | Sunday |
| 13-02-2031 | DD-MM-YYYY | 8-digit palindrome | Thursday |
| 07-07-2027 | DD-MM-YYYY | Twin pair | Wednesday |
| 01-19-1969 | MM-DD-YYYY | Ambigram (180° rotation) | Sunday |
Want the strict palindrome-only view? Try the Palindrome Date Calculator.
The Pattern Detection Rules
palindrome_8(s) ⇔ s == reverse(s) AND len(s) == 8ambigram(s) ⇔ all_chars(s) ∈ {0, 1, 6, 8, 9}binary(s) ⇔ all_chars(s) ∈ {0, 1}ascending(d, m, yy) ⇔ d + 1 == m AND m + 1 == yyWorked example: input 22-02-2022 (DD-MM-YYYY).
String s = "22022022". reverse(s) = "22022022". s == reverse(s) → palindrome_8 TRUE.
ambigram? digits {2, 0, 2} — contains 2, fails. FALSE.
ascending(22, 2, 22)? 22 + 1 == 2? FALSE.
top match = Eight-Digit Palindrome (rarity 96).
What Each Pattern Means
- Eight-Digit Palindrome
- The full 8-character date string reads the same forwards and backwards. Rare — roughly one to four per decade.
- Six-Digit Palindrome
- The DDMMYY or MMDDYY form reads palindromically. More common than 8-digit — roughly 30 per century.
- Repeating Digit
- Day, month, and 2-digit year share the same digit (1/1/11, 2/2/22). Nine per century in M-D-YY format.
- Sequence Date
- Three consecutive numbers ascending (12/13/14) or descending (5/4/3). One per decade.
- Ambigram Date
- Contains only digits 0, 1, 6, 8, 9 — readable when rotated 180 degrees.
- Binary Date
- Composed only of 0s and 1s — beloved by programmers and CS enthusiasts.
Saved Detections
No saved patterns yet. Tap "Save to History" to remember up to six detections.
How to Use the Pattern Detector
- Enter any date in the "Test date" input. Try a birthday, wedding date, or planned product launch.
- Read the verdict band in the Mirror widget — it names the rarest matched pattern with an emoji and rarity score 0–100.
- Scan the "All matches" list to see every family the date satisfies. One date can satisfy several at once.
- Use the "Upcoming Pattern Dates" switcher to find the next eight matches in any family — useful for event planning.
- Tap "Save to History" to keep up to six detections in your browser. Clear them anytime.
A Short History of Numerical Date Patterns
In 2026, a wedding planner in Mumbai gets to know exactly which dates the next twelve months will offer for a palindrome ceremony — 6 February 2026 reads 6-2-2026 in DD-MM-YYYY, which is not a palindrome, but 2026-02-06 reads 2026-02-06 forward and 6020-20-6202 backward, which is not either. The Date Pattern Detector handles the math so the planner can stop counting on their fingers. The tool checks five families of pattern simultaneously and ranks them by rarity, with the eight-digit palindrome (e.g. 02022020) sitting at the top of the heap.
The fascination with numerically interesting dates is ancient. Roman numerals on the Pantheon (year 126 CE, MDCXXVI) were already chosen for symmetry, and the medieval Roman calendars marked the Ides as a quasi-palindromic pivot point. The Computus tradition — Bede the Venerable's De Temporum Ratione, 725 CE — established the formal method for computing Easter, which itself sometimes lands on palindromic dates. Modern pattern enthusiasts trace the popular-culture revival to the late twentieth century: 9/9/99 was treated as a Y2K-precursor 'special date' across newspapers in 1999, and 11/11/11 (Veterans Day, 2011) prompted a global wedding spike.
The richest single year for palindromes was 2020. DD-MM-YYYY format produced 02-02-2020 (Sunday) and 22-02-2022 (Tuesday). MM-DD-YYYY produced 02-02-2020 (a global palindrome since DD = MM = 02), and ISO 8601 YYYY-MM-DD produced 2020-02-02. The next eight-digit palindrome in any common format will be the year 2030: 03-02-2030 reads 03022030 forward and the same backward. After that, palindromes get sparse — the next is in 2040.
Repeating-digit dates, by contrast, are common. 1-1-11, 2-2-22, 3-3-33 fall once every century in the M-D-YY two-digit-year format and are popular wedding and ribbon-cutting dates. The Wired magazine 'Geek Calendar' (2007) catalogued these for the first decade of the millennium; the New York Times Magazine number-symmetry essays by Steven Strogatz (2011) and the One Equal Music blog by Hannah Fry (2017) made them mainstream. This detector includes the M-D-YY repeating-digit family and the rarer M-D-YYYY all-same-digit dates (e.g. 1-1-1111, only relevant to historical Gregorian projections).
Sequence dates — 1/2/3, 2/3/4, 3/4/5 — were a viral trend in social media calendar shares of the 2010s. 1/2/3 in M-D-YY format gives 1 Feb 2003, and in DD-MM-YY gives 1 Feb 2003 again (1-2-03). The full ascending sequence 12/13/14 (December 13, 2014) generated mass media coverage as 'the last sequence date of the century in M-D-YY format'. The next M-D-YYYY ascending sequence is 1/2/3456 — relevant only for paleo-future fiction — but the M-D-YY family will recycle from 1/2/03 onward each century.
Beyond palindromes, repeats, and sequences, the detector also flags ambigram-friendly dates (digits 0, 1, 8 rotate to themselves; 6 and 9 rotate to each other; 2, 3, 4, 5, 7 do not), binary dates (composed only of 0s and 1s — useful for the 11/01/2011 generation of programmer weddings), prime-number dates (where DDMMYYYY parses to a prime), and the rare 'twin pair' dates where both DD-MM and the year share the same two-digit pattern. Each match gets a rarity score 0–100, with eight-digit palindromes scoring highest.
The Date Pattern Detector exists because manual checking is error-prone — 02022020 is genuinely interesting but only six-digit palindromes (e.g. 2-2-22) lift in casual checks. The tool runs every detector simultaneously, sorts by rarity, lists the next twelve upcoming matches for each family, and writes the chosen pattern to local history so couples, brand managers, and numerology enthusiasts can plan ahead. Try the test inputs in the preset row to feel the difference between an ordinary Tuesday and a once-in-a-decade pattern collision.
Trusted by wedding planners, tattoo artists, and math teachers
“I used to maintain a spreadsheet of palindrome and repeating-digit dates by hand. This detector replaces three tabs and an Excel macro. The rarity score lets me upsell couples to truly once-in-a-decade dates.”
“Ambigram dates are the centrepiece of my booking calendar and this is the first tool that actually lists them. The 6-9 rotation rule is implemented correctly — a rare find in palindrome-date calculators.”
“I use the detector in my Year-12 number-theory lessons. Students input their birthdays and immediately see how rare or ordinary they are. Engagement is up 40% since I switched from a static palindrome list.”
“Our launch date strategy is anchored to palindrome and sequence dates for press attention. The upcoming-match list saves me a manual sweep every quarter. Worth its weight in marketing spend.”
Love using our calculator?
Related Calculators
Related Articles
Dive deeper with our expert guides and tutorials related to Date Pattern Detector