Currently the font color is same for all the days in the calender, but I want to make weekend in different color.
Calendar c = Calendar.getInstance(Constants.localeCosnt);
int dateValue = c.get(Calendar.DATE);
setFortnightsOfTheMonth(DateUtils.getFortnightsOfTheMonth(c.getTime(), dateValue));