I have a list of date and I want them to be enabled in the calendarwidget of my application. The calendar widgets allows me to give only the list of dates that needs to disabled.
The issue is in the widget I am using I can give only the list of DisabledDates. I have converted the above dates in to the format 2015-3-6,2015-3-8,2015-3-7,2015-5-4,2015-5-7,2015-5-12,2015-6-16,2015-7-2,2015-10-19
But I need to get the rest of the dates in the calendar in the above format. I am not sure how do I get. Any leads is highly appreciated.