Package | Description |
---|---|
cn.orionsec.kit.lang.utils.time.format |
Modifier and Type | Method and Description |
---|---|
static FastDateFormat |
FastDateFormat.getDateInstance(int style) |
static FastDateFormat |
FastDateFormat.getDateInstance(int style,
Locale locale) |
static FastDateFormat |
FastDateFormat.getDateInstance(int style,
TimeZone timeZone) |
static FastDateFormat |
FastDateFormat.getDateInstance(int style,
TimeZone timeZone,
Locale locale)
获取日期实例
|
static FastDateFormat |
FastDateFormat.getDateTimeInstance(int dateStyle,
int timeStyle) |
static FastDateFormat |
FastDateFormat.getDateTimeInstance(int dateStyle,
int timeStyle,
Locale locale) |
static FastDateFormat |
FastDateFormat.getDateTimeInstance(int dateStyle,
int timeStyle,
TimeZone timeZone) |
static FastDateFormat |
FastDateFormat.getDateTimeInstance(int dateStyle,
int timeStyle,
TimeZone timeZone,
Locale locale)
获取日期时间实例
|
static FastDateFormat |
FastDateFormat.getInstance() |
static FastDateFormat |
FastDateFormat.getInstance(String pattern) |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
Locale locale) |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
TimeZone timeZone) |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
TimeZone timeZone,
Locale locale)
获取实例
|
static FastDateFormat |
FastDateFormat.getTimeInstance(int style) |
static FastDateFormat |
FastDateFormat.getTimeInstance(int style,
Locale locale) |
static FastDateFormat |
FastDateFormat.getTimeInstance(int style,
TimeZone timeZone) |
static FastDateFormat |
FastDateFormat.getTimeInstance(int style,
TimeZone timeZone,
Locale locale)
获取时间实例
|
Copyright © 2024. All rights reserved.