I\'m working with a date in this format: yyyy-mm-dd.
yyyy-mm-dd
How can I increment this date by one day?
startCalendar.add(Calendar.DATE, 1); //Add 1 Day to the current Calender