Is there an isDate function in jQuery?
isDate
It should return true if the input is a date, and false otherwise.
true
false
Depending on how you're trying to implement this, you may be able to use the "validate" jQuery plugin with the date option set.