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

CalendarDay.getDate() returning type is org.threeten.bp.LocalDate #1089

Open darkengine opened 3 years ago

darkengine commented 3 years ago

Unlike written in "Recent Changes" getDate() return type is "org.threeten.bp.LocalDate", instead of "java.time.LocalDate".