two datepickers with knockout, one updates another
问题 I got attached jQuery datepicker with knockout custom bindings handler, and I want to when updating first field to set minDate of second to day after (in case that other date was not set to later date). <label>Check-in:</label> <input type="date" id="checkIn" data-bind="datepicker: checkIn, datepickerOptions: { minDate: 0, dateFormat: 'dd/mm/yy', firstDay: 1 }" /> <br/> <br/> <label>Check-out:</label> <input type="date" id="checkOut" data-bind="datepicker: checkOut, datepickerOptions: {