Remember everything in Java is a classCalendar now = Calendar.getInstance();now.add( Calendar.DATE, -7 );This should give you the result.