Date date = DateUtils.addDays(new Date(), -1); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); return sdf.format(date);