<td> <input id="dt_dec_date" data-bind="datepicker: vm.afi.Details.DecisionDate" /> </td> DecisionDate: ko.observable(), I need to ensure that the date is not more than today, I have tried using max but cant get it to work, any ideas.
Sorry if this is really simple but I ma new to knockout. I have this value coming from a server but the user is allowed to change it but can't go beyond todays date.