skip to Main Content

how to setup dynamically minDate and maxDate jquery for datepicker

I have two datepickers in Jquery, the second datepicker values (min and max) should depend on the first datepicker actual value. This is my code: <input aria-label="date" type="text" id="EffectiveDate" data-bind="value: EffectiveDate" name="EffectiveDate" placeholder="dd/mm/yyyy" disabled="disabled" size="10" maxlength="10" style="margin-left:0px;" /> <input aria-label="date"…

VIEW QUESTION
Back To Top
Search