Closed iceberg1369 closed 2 years ago
for everyone else come across
` var calendarType = CalendarType.PERSIAN
val maxCalendar = CalendarFactory.newInstance(calendarType)
val minCalendar = CalendarFactory.newInstance(calendarType)
maxCalendar[Calendar.MONTH] += 0
minCalendar[Calendar.MONTH] -= 5
primeCalendarView?.maxDateCalendar = maxCalendar
primeCalendarView?.minDateCalendar = minCalendar
`
Hi!
You did right. It’s just needed to set the maxDateCalendar
for today.
BR.
Hello,
list of disabled fays could be passed to calendar by disabledDaysList property. but is it possible to disable from specific day onward? eg from today to end