Input box format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an input box that I would like to only accept a date format ##/##/##
How can I do this.

Thanks.
 
You can use JavaScript to Validate the input onsubmit of the form.
Do a search for "JavaScript Validation" on Google.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Back
Top