This content has been marked as final.
Show 4 replies
-
1. Re: date validation
martcol Apr 16, 2012 11:23 AM (in response to jinda55)this is over my head but, does it help?
http://www.javascript-coder.com/html-form/javascript-form-validation.phtml
Martin
-
2. Re: date validation
SnakEyez02 Apr 16, 2012 11:26 AM (in response to jinda55)If you are focusing towards HTML5 validation you can use the input type="number":
http://www.w3schools.com/html5/att_input_type.asp
But more than likely you will need javascript validation. Or there are some extensions around like WebAssist's Form Toolkit:
http://www.webassist.com/dreamweaver-extensions/form-toolkit/
-
3. Re: date validation
polar_bare Apr 16, 2012 11:49 AM (in response to jinda55)Another alternative is to use jQuery and use a date picker.
Example: http://jqueryui.com/demos/datepicker/
Jim
-



