/Check_bday_is_palindrome

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.

Primary LanguageJavaScript

Check_bday_is_palindrome

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

  1. ddmmyyyy
  2. mmddyyyy
  3. yyyymmdd
  4. ddmmyy
  5. mmddyy
  6. yymmdd