| Package | Description |
|---|---|
| org.dromara.hutool.core.date.format |
提供线程安全的日期格式的格式化和解析实现
|
| Modifier and Type | Method and Description |
|---|---|
static DateFormatManager |
DateFormatManager.getInstance()
获得单例的 DateFormatManager
|
DateFormatManager |
DateFormatManager.registerFormatter(String format,
Function<Date,String> func)
加入日期格式化规则
|
DateFormatManager |
DateFormatManager.registerParser(String format,
Function<CharSequence,Date> func)
加入日期解析规则
|
Copyright © 2025. All rights reserved.