isValidDate JavaScript function
I’m working on a project right now that needs to validate a couple of fields to see if they’re valid dates before submitting the form so I went out looking for JavaScript code to validate dates. Most of what I found required the author to know the format that the visitor would enter the [...]