I'm using the jQuery validation plugin and I want make use of a custom method which takes data-min-date-adt and data-max-date-adt so that only dates in between are valid.
<input type="text" class="full-date required" data-age="adt" data-min-date-adt="22.04.2017" data-max-date-adt="22.04.2005">
Is there way to do this with this plug in?