Hello,
This is a code I found that will work best for my date comparison application. Here, I'm trying to disable all dates (on the "end date" datepicker button) that come before the selected start date. For example, if I select the start date as 8/22/14, I expect all dates before 8/22/14 to be disabled on the "end date" datepicker button, thus only allowing dates after 8/22/14 to be selected as the end date.
The code doesn't work. When testing 8/22/14 as a start date, all dates before 8/22/14 are still enabled for date selection on the "end date" datepicker button. Can anyone help me with my code? Thanks.