I have a date
String newDate = "31.05.2001"
which i have to increment by 1 Day.
I tried the following code :
But with this code, it is only managing to add the DAY i.e output of 31.05.2001 will be 1.05.2001 keeping the month and the year unchanged!!! Please help me in this...
I've also tried c.roll(Calendar.DATE, 1); // number of days to add