| Package | Description |
|---|---|
| icu.easyj.core.enums | |
| icu.easyj.core.util |
| Modifier and Type | Method and Description |
|---|---|
static DateFormatType |
DateFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateFormatType[] |
DateFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<EnumMap<DateFormatType,SimpleDateFormat>> |
DateFormatFactory.FREQUENTLY_USED_DATE_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
static String |
DateUtils.format(DateFormatType dateFormat,
Date date)
时间格式化
|
static SimpleDateFormat |
DateFormatFactory.get(DateFormatType dateFormat)
获取当前线程的常用时间格式化实例(时间格式)
|
static Date |
DateUtils.parse(String str,
DateFormatType format)
解析常用时间
|
Copyright © 2021–2022 EasyJ开源社区. All rights reserved.