| Interface | Description |
|---|---|
| DateParser |
日期解析接口,用于解析日期字符串为
Date 对象 |
| DatePrinter |
日期格式化输出接口
|
| Formatter |
日期基本信息获取接口
|
| Class | Description |
|---|---|
| AbstractFormater | |
| DatePeriod |
时长格式化器
|
| FastDateParser |
SimpleDateFormat 的线程安全版本
用于解析日期字符串并转换为 Date 对象 |
| FastDatePrinter |
SimpleDateFormat 的线程安全版本,用于将 Date 格式化输出 |
| FormatBuilder | |
| FormatCache<F extends Format> |
日期格式化器缓存
|
Copyright © 2020. All rights reserved.