Skip to content Skip to sidebar Skip to footer

How To Select Date Range From Calendarview In Android?

I need to select more than once date from a CalenderView of android. Can any one help me to do the same. Example! Let's look attached image. If we consider the calender in image as

Solution 1:

As far as I know the CalendarView only supports selecting single dates.

I would suggest calling it twice to get the start and end dates (for the end date, you could call setMinDate() beforehand to make sure it's greater than the start date).

Post a Comment for "How To Select Date Range From Calendarview In Android?"