EventsCalendar icon indicating copy to clipboard operation
EventsCalendar copied to clipboard

How I can select past date.

Open flickprogrammer opened this issue 4 years ago • 2 comments

How can I enable select the past date. I have already set the mindate as last year but i still cant select the date before today

flickprogrammer avatar Feb 03 '21 09:02 flickprogrammer

Did you find a solution ? I have the same problem

Xpjay avatar Aug 26 '21 09:08 Xpjay

In the DateText Class when overriding OnDraw() delete

if (isPast) { mDateTextPaint.color = disabledTextColor canvas.drawText("" + mDate.get(Calendar.DATE), mDateTextX.toFloat(), mDateTextY, mDateTextPaint) } else { ...........

DevLuke67 avatar Feb 19 '22 19:02 DevLuke67