victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

New options to Date validation #656

Open pocapratica opened 6 years ago

pocapratica commented 6 years ago

Can we have another Date validation options?

Like: 1- Date interval Check if the date is between a given interval 2- Min and max Date input

Obs. I'm using a datepicker field, and I can define this things on it. But it's editable, and the user can change the date by typing.

Thanks