| Package | Description |
|---|---|
| com.gitee.cliveyuan.tools | |
| com.gitee.cliveyuan.tools.enums |
| Modifier and Type | Method and Description |
|---|---|
static String |
DateTimeTools.format(Date date,
DateTimeFormat format)
日期格式化
|
static String |
DateTimeTools.format(DateTimeFormat dateTimeFormat)
当前时间格式化
|
static Date |
DateTimeTools.parse(String dateStr,
DateTimeFormat format)
日期解析
|
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFormat |
DateTimeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeFormat[] |
DateTimeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.