-1
I want to disable the dates after the current date on the Icker date. I know how to disable the previous dates with the line:
startDate: "date"
However, as this Picker data would be for the Date of Birth field, I don’t think it is necessary for the dates after the current date to be enabled, only the previous ones. I understand that I could and will do the validation by programming, but if I could disable it would help a lot.