Hello. I need to validate a date in a form using the onblur event. The date needs to be in the mm/dd/yy format.
Here is the code wich would call the function.
<input type="text" name="txtDate" onblur="return checkDate(this.form.txtDate.value)">
I have tried coding my own function to validate the date, but with no luck so far. I was wondering if I could get some help. It would be very appreciated.
Thank you
Here is the code wich would call the function.
<input type="text" name="txtDate" onblur="return checkDate(this.form.txtDate.value)">
I have tried coding my own function to validate the date, but with no luck so far. I was wondering if I could get some help. It would be very appreciated.
Thank you