Untitled
// .minusDays(YESTERDAY) // .withHour(HOUR) // .withMinute(MINUTE) // .withSecond(SECOND); // .withDayOfMonth(FIRST_DAY_OF_MONTH) // .withHour(HOUR) // .withMinute(MINUTE) // .withSecond(SECOND); public static final Integer YESTERDAY = 1;
Leave a Comment