EventsCalendar
EventsCalendar copied to clipboard
How I can select past date.
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
Did you find a solution ? I have the same problem
In the DateText Class when overriding OnDraw() delete
if (isPast) { mDateTextPaint.color = disabledTextColor canvas.drawText("" + mDate.get(Calendar.DATE), mDateTextX.toFloat(), mDateTextY, mDateTextPaint) } else { ...........