Deprecated code, how to replace setDate
and getDate
, right now code works, but I can’t present it like that. I have tried Calendar, and I don’t see how that works. Code point is to move exact amount of days back in my calendar.
public void minusDay() {
int days = dateRange();
toDate.setDate(toDate.getDate()-days);