I am using two JQuery datepicker widgets in a form:
<p><label>Start Date:</label> </p><p>
<input type="text" id="Start_Date" name="Start_Date" class="date-pick smallInput required"/>*
</p>
<p><label>End Date:</label> </p><p>
<input type="text" id="End_Date" name="End_Date" class="date-pick smallInput required"/>*
Any idea how to limit End_Date to 52w after Start_date?
I have had a read through the JQuery UI http://api.jqueryui.com/datepicker/ but can't see anything on this.
Thanks for your help!