ComposeCalendar
ComposeCalendar copied to clipboard
missing last month when minDate dayOfMonth > maxDate dayOfMonth
DateRange isn't a great abstraction. You want to count the number of months that contain the range, not the number of months between dates. I added a change to my fix branch. It's not particularly pretty, but it does the job.