prolificinteractive / material-calendarview

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

setMinimumDate and setMaximumDate are one month forward #1085

Open ivo-savov opened 3 years ago

ivo-savov commented 3 years ago

For instance, if I want to set range from 20 Dec to 31 Dec I have to set min and max dates at 20 Nov and 31 Nov because if I set them at 20 Dec to 31 Dec the actual range appears to be from 20 Jan to 31 Jan next year.