Monday, December 24, 2007

date validation in javascript

Description: This script validates a date field to ensure it's in the format mm/dd/yyyy. It also intelligently checks that the date ranges are valid, so something like 02/30/2005 is caught.

Step 1: Cut and paste the below script into the section of your page:

No comments: