类 DateConstants
java.lang.Object
com.weicoder.common.constants.DateConstants
- 直接已知子类:
C.D
日期常量
- 作者:
- WD
-
字段概要
字段修饰符和类型字段说明static final String日期时间 一天开始 23:59:59static final String日期时间 一天开始 00:00:00static final int时间常量 天 = X秒static final String日期格式 ddstatic final String日期格式 HHstatic final String日期格式 HH:mm:ssstatic final String日期格式 MMstatic final String日期格式 MM-ddstatic final String日期格式 yyyy-MM-dd HH:mm:ssstatic final String日期格式 yyyy-MM-dd HH:mm:ssstatic final String日期格式 yyyyMMdd HH:mm:ssstatic final String日期格式 yyyy-MM-ddstatic final String日期格式 yyyyMMddstatic final String日期格式 yyyyMMddstatic final int时间常量 时 = X秒static final int时间常量 分 = X秒static final int时间常量 秒 = X秒static final long时间常量 天 = X毫秒static final long时间常量 时 = X毫秒static final long时间常量 分 = X毫秒static final long时间常量 秒 = X毫秒static final long时间常量 周 = X毫秒static final int时间常量 周 = X秒 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
FORMAT_YYYYMMDD
日期格式 yyyyMMdd- 另请参阅:
-
FORMAT_YYYYMM
日期格式 yyyyMMdd- 另请参阅:
-
FORMAT_YYYY_MM_DD
日期格式 yyyy-MM-dd- 另请参阅:
-
FORMAT_MM_DD
日期格式 MM-dd- 另请参阅:
-
FORMAT_Y_M_D_H_M_S
日期格式 yyyy-MM-dd HH:mm:ss- 另请参阅:
-
FORMAT_Y_M_D_H_M
日期格式 yyyy-MM-dd HH:mm:ss- 另请参阅:
-
FORMAT_YMD_H_M_S
日期格式 yyyyMMdd HH:mm:ss- 另请参阅:
-
FORMAT_HH_MM_SS
日期格式 HH:mm:ss- 另请参阅:
-
FORMAT_HH
日期格式 HH- 另请参阅:
-
FORMAT_DD
日期格式 dd- 另请参阅:
-
FORMAT_MM
日期格式 MM- 另请参阅:
-
DATE_DAY_STATR
日期时间 一天开始 00:00:00- 另请参阅:
-
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()
-