prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.92k stars 1.32k forks source link

Remove future days outside the current month #901

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi Did you find the solution for it? am also facing the same problem I have a calendar view with showing a current month with only enabled dates up to current day and future dates of current months are will be disabled. Can you solve my problem

quentin41500 commented 5 years ago

Not sure what you mean. If you want to disabled days, you can either use setMaximumDate() or Decorators. Not sure what removing means in this context.