pretty-easy-date-check
Check if a supplied value is a valid Date (instanceof Date or a valid string representation of a date that can be turned into one by instantiating Date class).
Check if a supplied value is a valid Date (instanceof Date or a valid string representation of a date that can be turned into one by instantiating Date class).
Checks whether a value is a valid date object or not.
Javascript test if input is a valid date