I\'m working with a date in this format: yyyy-mm-dd.
yyyy-mm-dd
How can I increment this date by one day?
Construct a Calendar object and use the method add(Calendar.DATE, 1);