I am using a Calender View in android.I am trying to change the background color of the particular date which i want. I have gone through the Calender View Document Here
But not able find a method like SetDateBackgroundColor(Date date,Color color); Please tell me how to achieve it?