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.
Asked
Active
Viewed 406 times
0
-
And what you have so far? Please post the key parts of your code on your question. – Pedro Gaspar Dec 27 '18 at 16:46
-
This is what I have – Sam Dec 27 '18 at 16:50
-
Why do you need jquery for this? Take a look at regex: https://stackoverflow.com/a/20773444/2291510 – Mr.Turtle Dec 27 '18 at 19:08
-
Welcome to Stack Overflow. Please read: https://stackoverflow.com/help/mcve – Twisty Dec 27 '18 at 20:29