I want to disable the dates after the current date in the dataPicker. I know how to disable the previous dates with the line:
startDate: "date"
However since this dataPicker would be for the Birth Date field, I do not think the dates after the current date are enabled, just the dates above. I understand that I could and will do the programming validation, but if I could disable it it would help a lot.