Hello,
I m having a code which gives date of a particular event like :
String date=date1.substring(3,5)+"/"+date1.substring(0,2)+"/"+date1.substring(6,10);
I want the start date and end date of the month og which the above date belongs to..
Kindly help.