square / android-times-square

Standalone Android widget for picking a single date from a calendar view.
Apache License 2.0
4.45k stars 1.19k forks source link

How to get month and year from CalendarCellDecorator in decorate method? #484

Closed Evgenylad closed 5 years ago

Evgenylad commented 5 years ago

I try to change background for dates from my array. Dates are in YYYY-MM-DD format, but i receive 119 as month and 119 as year using date.getMonth() and date.getYear().