I want a to user a DateChooser
to allow a user to select a date in a given month and year. I want to set the month and year programmatically and only allow the user to select the date/day.
I can do this for the year easily by setting the minYear and maxYear to whatever year I want, but I am not seeing a strait forward way of disallowing the user to select a different month?