| Package | Description |
|---|---|
| org.aoju.bus.core.date |
日期封装,日期的核心为DateTime类
|
| org.aoju.bus.core.date.formatter |
提供线程安全的日期格式的格式化和解析实现
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Formatter.format(Date date,
DatePrinter format)
根据特定格式格式化日期
|
String |
DateTime.toString(DatePrinter format)
转为字符串
|
| Modifier and Type | Class and Description |
|---|---|
class |
FastDatePrinter
SimpleDateFormat 的线程安全版本,用于将 Date 格式化输出 |
class |
FormatBuilder
|
Copyright © 2021. All rights reserved.