I am trying to get todays day of the month.
And what i want to do is add seven days to the number and the get that current day of the month.
Also i want it t
cal.add(Calendar.DAY_OF_MONTH, 7);
You have to use the add method of calendar.