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?
Here is how you disable the month selection arrows...a total CSS hack!!
I apologize for not seeing this question in August. But I recently (yesterday) had the same problem and found this solution...cheers.