kizitonwose / Calendar

A highly customizable calendar view and compose library for Android and Kotlin Multiplatform.
MIT License
4.78k stars 508 forks source link

Year range #579

Closed Bhavana1598 closed 3 months ago

Bhavana1598 commented 3 months ago

Wanted to increase the year range, how to set minimum year and maximum year? Currently, Minimum year is 2016 April.

When I try to select the 2000, I am getting exception like below java.util.NoSuchElementException: Collection contains no element matching the predicate.

Help me resolve this issue.

Bhavana1598 commented 3 months ago

Increased values here, hence closing this ticket val startMonth = currentMonth.minusMonths(100) val endMonth = currentMonth.plusMonths(100)