This is a web application that takes a person's birthday as input and gives output whether the birthday is a palindrome or not.
- ddmmyyyy
- mmddyyyy
- yyyymmdd
- ddmmyy
- mmddyy
- yymmdd
This is a web application that takes a person's birthday as input and gives output whether the birthday is a palindrome or not, comparing on 6 different types of date format viz ddmmyyyy, mmddyyyy, yyyymmdd, ddmmyy, mmddyy, yymmdd.
JavaScript