| Package | Description |
|---|---|
| org.aoju.bus.core.date.format | |
| org.aoju.bus.core.lang |
| 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 © 2019. All rights reserved.