What is the correct way to increment a java.util.Date by one day.
I\'m thinking something like
Calendar cal = Calendar.getInstance(); ca
I believe joda time library makes it much more clean to work with dates.