0

I have input type="text" and I am looking for some jquery validation. The validation should check for date in the format MM/DD/YYYY and it should also check if its a valid date. If its not a valid date or format then it should clear the input textbox. The validation should be checked on typing in the textbox and also on copy pasting in the input box.

Sam
  • 21
  • 2

1 Answers1

0

try this out, if this works for you.

example

BTW i was wondering if wanna use

<input type="date">