Remove hours, minutes and seconds:
DateUtils.truncate(new Date(), Calendar.DAY_OF_MONTH)
Add days:
DateUtils.addDays(today, 1)
Last updated 5 years ago
Was this helpful?