Untitled

 avatar
unknown
plain_text
a year ago
344 B
1
Indexable
    //        .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