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

only one date selected #26

Open Yash15196 opened 6 years ago

Yash15196 commented 6 years ago

Can we use as a one way trip means if we want to select only one date is it possible?

francesco-furlan commented 6 years ago

Hi @Yash15196 , yes it's possible, you can use the setMultipleSelection(false) on your Calendar (the com.molo17.customizablecalendar.library.model.Calendar) object.