My jQuery:
$('#begindate').datepicker();
$('#enddate').datepicker();
The Begin and the enddate date shall not exceed the Date today.
And the enddate must not be before the begindate.
How do I set these limits with jquery datepicker?
Example if you first set the enddate, then the begindate limit would be the date enddate is set to.