Package com.drew.lang
Class DateUtil
java.lang.Object
com.drew.lang.DateUtil
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Dateget1Jan1904EpochDate(long seconds) Deprecated.static booleanisValidDate(int year, int month, int day) Deprecated.static booleanisValidTime(int hours, int minutes, int seconds) Deprecated.
-
Constructor Details
-
DateUtil
public DateUtil()Deprecated.
-
-
Method Details
-
isValidDate
public static boolean isValidDate(int year, int month, int day) Deprecated. -
isValidTime
public static boolean isValidTime(int hours, int minutes, int seconds) Deprecated. -
get1Jan1904EpochDate
Deprecated.
-