类 DateConstants

java.lang.Object
com.weicoder.common.constants.DateConstants
直接已知子类:
C.D

public class DateConstants extends Object
日期常量
作者:
WD
  • 字段详细资料

    • FORMAT_YYYYMMDD

      public static final String FORMAT_YYYYMMDD
      日期格式 yyyyMMdd
      另请参阅:
    • FORMAT_YYYYMM

      public static final String FORMAT_YYYYMM
      日期格式 yyyyMMdd
      另请参阅:
    • FORMAT_YYYY_MM_DD

      public static final String FORMAT_YYYY_MM_DD
      日期格式 yyyy-MM-dd
      另请参阅:
    • FORMAT_Y_M_D_H_M_S

      public static final String FORMAT_Y_M_D_H_M_S
      日期格式 yyyy-MM-dd HH:mm:ss
      另请参阅:
    • FORMAT_Y_M_D_H_M

      public static final String FORMAT_Y_M_D_H_M
      日期格式 yyyy-MM-dd HH:mm:ss
      另请参阅:
    • FORMAT_YMD_H_M_S

      public static final String FORMAT_YMD_H_M_S
      日期格式 yyyyMMdd HH:mm:ss
      另请参阅:
    • FORMAT_HH_MM_SS

      public static final String FORMAT_HH_MM_SS
      日期格式 HH:mm:ss
      另请参阅:
    • FORMAT_HH

      public static final String FORMAT_HH
      日期格式 HH
      另请参阅:
    • FORMAT_DD

      public static final String FORMAT_DD
      日期格式 dd
      另请参阅:
    • FORMAT_MM

      public static final String FORMAT_MM
      日期格式 MM
      另请参阅:
    • DATE_DAY_STATR

      public static final String DATE_DAY_STATR
      日期时间 一天开始 00:00:00
      另请参阅:
    • DATE_DAY_END

      public static final String DATE_DAY_END
      日期时间 一天开始 23:59:59
      另请参阅:
    • TIME_SECOND

      public static final long TIME_SECOND
      时间常量 秒 = X毫秒
      另请参阅:
    • TIME_MINUTE

      public static final long TIME_MINUTE
      时间常量 分 = X毫秒
      另请参阅:
    • TIME_HOUR

      public static final long TIME_HOUR
      时间常量 时 = X毫秒
      另请参阅:
    • TIME_DAY

      public static final long TIME_DAY
      时间常量 天 = X毫秒
      另请参阅:
    • TIME_WEEK

      public static final long TIME_WEEK
      时间常量 周 = X毫秒
      另请参阅:
    • SECOND

      public static final int SECOND
      时间常量 秒 = X秒
      另请参阅:
    • MINUTE

      public static final int MINUTE
      时间常量 分 = X秒
      另请参阅:
    • HOUR

      public static final int HOUR
      时间常量 时 = X秒
      另请参阅:
    • DAY

      public static final int DAY
      时间常量 天 = X秒
      另请参阅:
    • WEEK

      public static final int WEEK
      时间常量 周 = X秒
      另请参阅:
  • 构造器详细资料

    • DateConstants

      public DateConstants()