Uses of Class
overit.geocall.util.DateConstant
Packages that use DateConstant
-
Uses of DateConstant in overit.geocall.basic.ui
Fields in overit.geocall.basic.ui declared as DateConstantModifier and TypeFieldDescriptionstatic final DateConstantContainer.DATE_MAXDefines the maximum value for the dates definitions (seeDateUtils)static final DateConstantContainer.DATE_MINDefines the minimum value for the dates definitions (seeDateUtils)static final DateConstantContainer.TIME_MAXDefines the maximum value for the hours definitions (seeDateUtils)static final DateConstantContainer.TIME_MINDefines the minimum value for the hours definition (seeDateUtils) -
Uses of DateConstant in overit.geocall.util
Fields in overit.geocall.util declared as DateConstantModifier and TypeFieldDescriptionstatic final DateConstantDateUtils.DATE_MAXMaximum date supported by the system:"01/01/2999"(formatDateUtils.CODING_DATE).static final DateConstantDateUtils.DATE_MAX_FOR_MYSQLMaximum date supported by MySQL:"01/01/2038"(formatDateUtils.CODING_DATE).static final DateConstantDateUtils.DATE_MINMinimum date supported by the system:"01/01/1800"(formatDateUtils.CODING_DATE).static final DateConstantDateUtils.TIME_MAXMaximum time of the system based on JVM time zone:"02 00:00"(format"dd HH:mm").static final DateConstantDateUtils.TIME_MINMinimum time of the system based on JVM time zone:"00:00"(format"HH:mm").