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

To choose a one day #31

Closed Khodanovich closed 5 years ago

Khodanovich commented 5 years ago

Hello. How can I choose a one day? I do not use a range days. Thanks)

Khodanovich commented 5 years ago

calendar.setMultipleSelection(false)

francesco-furlan commented 5 years ago

Hi, Yep you can use calendar.setMultipleSelection(false) combined with calendar.setFirstSelectedDay(...)

Khodanovich commented 5 years ago

Thanks you very mach)))