Material-calendarview: How to get the list of dates in MaterialCalendarView.SELECTION_MODE_RANGE

Created on 25 Mar 2017  路  3Comments  路  Source: prolificinteractive/material-calendarview

use this line of code List dates = materialCalendarView.getSelectedDates(); but it only returns 1 date instead of list of dates

All 3 comments

use materialCalendarView.setOnRangeSelectedListener.

getSelectedDates() works as expected, it returns a list of the selected dates in the calendar. Would you mind sharing some code or closing the issue if it is resolved?

thanks @lvfaqiang and @mradzinski for the help :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

don59 picture don59  路  3Comments

broakenmedia picture broakenmedia  路  5Comments

chuks picture chuks  路  6Comments

SamBob01 picture SamBob01  路  3Comments

chrismabotuwana picture chrismabotuwana  路  4Comments