I want to select multiple dates in calendar,multiple select is working fine but in toast displaying only single date(first date).If I selected 4 days(1.8.14 to 4.8.14) all
A quick google says there is a method in CalendarPickerView called getSelectedDates() which returns a list of dates. This is probably what you want.
getSelectedDates()
Updated link: https://github.com/square/android-times-square/blob/master/library/src/main/java/com/squareup/timessquare/CalendarPickerView.java