Uses of Enum Class
com.jk.core.util.JKDateTimeUtil.CompareDates
Packages that use JKDateTimeUtil.CompareDates
-
Uses of JKDateTimeUtil.CompareDates in com.jk.core.util
Methods in com.jk.core.util that return JKDateTimeUtil.CompareDatesModifier and TypeMethodDescriptionstatic JKDateTimeUtil.CompareDatesJKDateTimeUtil.compareTwoDates(Date date1, Date date2) This method compares two dates and returns the relationship between them.static JKDateTimeUtil.CompareDatesReturns the enum constant of this class with the specified name.static JKDateTimeUtil.CompareDates[]JKDateTimeUtil.CompareDates.values()Returns an array containing the constants of this enum class, in the order they are declared.