| 程序包 | 说明 |
|---|---|
| com.github.jarvisframework.tool.core.date | |
| com.github.jarvisframework.tool.core.date.format |
| 限定符和类型 | 字段和说明 |
|---|---|
static FastDateFormat |
DatePattern.CHINESE_DATE_FORMAT
标准日期格式
FastDateFormat:yyyy年MM月dd日 |
static FastDateFormat |
DatePattern.CHINESE_DATE_TIME_FORMAT
标准日期格式
FastDateFormat:yyyy年MM月dd日HH时mm分ss秒 |
static FastDateFormat |
DatePattern.HTTP_DATETIME_FORMAT
HTTP头中日期时间格式
FastDateFormat:EEE, dd MMM yyyy HH:mm:ss z |
static FastDateFormat |
DatePattern.ISO8601_FORMAT
ISO8601日期时间格式,精确到毫秒
FastDateFormat:yyyy-MM-dd HH:mm:ss,SSS |
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' |
static FastDateFormat |
DatePattern.UTC_MS_FORMAT
UTC时间
FastDateFormat:yyyy-MM-dd'T'HH:mm:ss.SSS'Z' |
static FastDateFormat |
DatePattern.UTC_MS_WITH_ZONE_OFFSET_FORMAT
UTC时间
FastDateFormat:yyyy-MM-dd'T'HH:mm:ssZ |
static FastDateFormat |
DatePattern.UTC_SIMPLE_FORMAT
UTC时间
FastDateFormat:yyyy-MM-dd'T'HH:mm:ss |
static FastDateFormat |
DatePattern.UTC_WITH_ZONE_OFFSET_FORMAT
UTC时间
FastDateFormat:yyyy-MM-dd'T'HH:mm:ssZ |
| 限定符和类型 | 字段和说明 |
|---|---|
private static FormatCache<FastDateFormat> |
FastDateFormat.cache |
| 限定符和类型 | 方法和说明 |
|---|---|
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.