Untitled
unknown
plain_text
2 years ago
622 B
3
Indexable
// if (pageType.equals(PAGE_TYPE_AUDIT)) { // minDate = LocalDateTime.now().minusDays(DATE_TWO_MONTHS_OLD).withHour(HOUR).withMinute(MINUTE).withSecond(SECOND); // maxDate = LocalDateTime.now().minusDays(YESTERDAY).withHour(HOUR).withMinute(MINUTE).withSecond(SECOND); // } else { // minDate = LocalDateTime.now().withDayOfMonth(FIRST_DAY_OF_MONTH).withHour(HOUR).withMinute(MINUTE).withSecond(SECOND); // maxDate = LocalDateTime.now().minusMonths(SIX_MONTHS_OLD).withDayOfMonth(FIRST_DAY_OF_MONTH).withHour(HOUR).withMinute(MINUTE).withSecond(SECOND); // }
Editor is loading...