Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 383 Bytes

Date Of Birth Palindrome Checker

Live Project

Features

  • Checks if your Date of Birth is a palindrome or not
  • Supported birthdate formats: yyyy-mm-dd, mm-dd-yyyy, dd-mm-yyyy
  • If your DOB is not a palindrome, it returns the nearest palindrome date and the number of days by which you missed it
  • Built with vanillaJS