Package | Description |
---|---|
com.lc.core.date | |
com.lc.core.date.format |
Modifier and Type | Field and Description |
---|---|
static FastDateFormat |
DatePattern.CHINESE_DATE_FORMAT
标准日期格式
FastDateFormat :yyyy年MM月dd日 |
static FastDateFormat |
DatePattern.HTTP_DATETIME_FORMAT
HTTP头中日期时间格式
FastDateFormat :EEE, dd MMM yyyy HH:mm:ss z |
static FastDateFormat |
DatePattern.JDK_DATETIME_FORMAT
JDK中日期时间格式
FastDateFormat :EEE MMM dd HH:mm:ss zzz yyyy |
static FastDateFormat |
DatePattern.NORM_DATE_FORMAT
标准日期格式
FastDateFormat :yyyy-MM-dd |
static FastDateFormat |
DatePattern.NORM_DATETIME_FORMAT
标准日期时间格式,精确到秒
FastDateFormat :yyyy-MM-dd HH:mm:ss |
static FastDateFormat |
DatePattern.NORM_DATETIME_MINUTE_FORMAT
标准日期时间格式,精确到分
FastDateFormat :yyyy-MM-dd HH:mm |
static FastDateFormat |
DatePattern.NORM_DATETIME_MS_FORMAT
标准日期时间格式,精确到毫秒
FastDateFormat :yyyy-MM-dd HH:mm:ss.SSS |
static FastDateFormat |
DatePattern.NORM_TIME_FORMAT
标准时间格式
FastDateFormat :HH:mm:ss |
static FastDateFormat |
DatePattern.PURE_DATE_FORMAT
标准日期格式
FastDateFormat :yyyyMMdd |
static FastDateFormat |
DatePattern.PURE_DATETIME_FORMAT
标准日期格式
FastDateFormat :yyyyMMddHHmmss |
static FastDateFormat |
DatePattern.PURE_DATETIME_MS_FORMAT
标准日期格式
FastDateFormat :yyyyMMddHHmmssSSS |
static FastDateFormat |
DatePattern.PURE_TIME_FORMAT
标准日期格式
FastDateFormat :HHmmss |
static FastDateFormat |
DatePattern.UTC_FORMAT
UTC时间
FastDateFormat :yyyy-MM-dd'T'HH:mm:ss'Z' |
Modifier and Type | Method and Description |
---|---|
static FastDateFormat |
FastDateFormat.getDateInstance(int style)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getDateInstance(int style,
Locale locale)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getDateInstance(int style,
TimeZone timeZone)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getDateInstance(int style,
TimeZone timeZone,
Locale locale)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getDateTimeInstance(int dateStyle,
int timeStyle)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getDateTimeInstance(int dateStyle,
int timeStyle,
Locale locale)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getDateTimeInstance(int dateStyle,
int timeStyle,
TimeZone timeZone)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getDateTimeInstance(int dateStyle,
int timeStyle,
TimeZone timeZone,
Locale locale)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getInstance()
获得
FastDateFormat 实例,使用默认格式和地区 |
static FastDateFormat |
FastDateFormat.getInstance(String pattern)
获得
FastDateFormat 实例,使用默认地区支持缓存 |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
Locale locale)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
TimeZone timeZone)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
TimeZone timeZone,
Locale locale)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getTimeInstance(int style)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getTimeInstance(int style,
Locale locale)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getTimeInstance(int style,
TimeZone timeZone)
获得
FastDateFormat 实例支持缓存 |
static FastDateFormat |
FastDateFormat.getTimeInstance(int style,
TimeZone timeZone,
Locale locale)
获得
FastDateFormat 实例支持缓存 |
Copyright © 2020. All rights reserved.