Package 

Class DateUtils

    • Method Summary

      Modifier and Type Method Description
      final static Boolean after(Date $self, Date that) Tests if this date is after that date.
      final static Date max(Date dateA, Date dateB) Returns the greater of two dates.
      final static Boolean inOffsetWith(Date $self, Date other, Long offset) Check if current date has difference with other no more that offset.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • max

         final static Date max(Date dateA, Date dateB)

        Returns the greater of two dates.

      • inOffsetWith

         final static Boolean inOffsetWith(Date $self, Date other, Long offset)

        Check if current date has difference with other no more that offset.