roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 531 forks source link

Getting the date of the bottom-right corner? (Last visible day) #346

Closed obaslan closed 8 years ago

obaslan commented 8 years ago

Is there an easy way of getting the date of the cell on the bottom-right corner? (Last visible day)

thomasdao commented 8 years ago

There is a method CalendarHelper.getFullWeeks that can help you

obaslan commented 8 years ago

Thanks @thomasdao , it helped