I have two input text boxes which is bound to jquery Datepicker widget.
When user select a given date from Date1 (Effective Date), I want to set the min date of Date2 (Expiry date) to Date1 + 1 .. How do I do that,
Thanks
I have two input text boxes which is bound to jquery Datepicker widget. When
Share
see this link :
jQuery datepicker- 2 inputs/textboxes and restricting range
and use
onChangeMonthYearfunction oronSelectfunction:and use the same technique Ben Koehler or Russ Cam used.