I have implemented android Caldroid library to my project.
and already get selected dates
I tried
caldroidFragment.setSelectedDates(fromDate, toDate);
but, it does not let me get range of selected dates, and demo does not show how to get range
I also use, which is object but not a String,
caldroidFragment.getCaldroidData().get(caldroidFragment.SELECTED_DATES);
So, anyone have any idea, how to get selected dates ranges in number?