MOLO17 / CustomizableCalendar

CustomizableCalendar is a library that allows you to create your calendar, customizing UI and behaviour
MIT License
218 stars 38 forks source link

Reset Calendar #12

Closed smaske1992 closed 6 years ago

smaske1992 commented 6 years ago

How do we clear the selection ?

francesco-furlan commented 6 years ago

Hi @smaske1992 and sorry for the delay, to clear the selection you can use setFirstSelectedDay and setLastSelectedDay methods of AUCalendar and pass them null as parameter

kaustubhkadam commented 6 years ago

and how do we disable dates ?

francesco-furlan commented 6 years ago

@kaustubhkadam you can use this methods of ViewInteractor interface that you've implemented: