| | Palindrome dates, such as March 2, 2030, are dates that are the same backward and forward. 
 There are different ways of writing a date. In this case, we write March 2, 2030 as 03/02/2030 using the
the format MM/DD/YYYY where D stands for Day, M stands for Month, and Y stands for Year.
 
 Without the slashes, you get the following sequence of numbers:
 
 03022030
 
 Which, as you can see, is the same backward and forward. Therefore, March 2, 2030 is a palindrome date.
 
 
 For the next palindrome date on our list, check out: 
January 30, 2031 is a palindrome date
 
 
 | 
 |