codecorner.galanter.net
JavaScript IsDate(): Validate date according browser locale
In one of my recent projects I needed to validate whether user’s input is a valid date, and this needed to be done client-side, in browser prior submission to the server. Lazy as I am, I Goog…