| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.date |
日期封装,日期的核心为DateTime类,DateUtil提供日期操作的入口
|
| org.dromara.hutool.core.date.format |
提供线程安全的日期格式的格式化和解析实现
|
| org.dromara.hutool.core.date.format.parser |
提供日期解析相关封装
|
| 类和说明 |
|---|
| DatePrinter
日期格式化输出接口
Thanks to Apache Commons Lang 3.5 |
| FastDateFormat
FastDateFormat 是一个线程安全的
SimpleDateFormat 实现。 |
| 类和说明 |
|---|
| DateBasic
日期基本信息获取接口
|
| DatePrinter
日期格式化输出接口
Thanks to Apache Commons Lang 3.5 |
| FastDateFormat
FastDateFormat 是一个线程安全的
SimpleDateFormat 实现。 |
| SimpleDateBasic
抽象日期基本信息类,包括日期格式、时区、本地化等信息
|
| 类和说明 |
|---|
| DateBasic
日期基本信息获取接口
|
| DefaultDateBasic
默认日期基本信息类,包括:
DefaultDateBasic.getPattern()返回null
DefaultDateBasic.getTimeZone() ()}返回TimeZone.getDefault()
DefaultDateBasic.getLocale() ()} ()}返回Locale.getDefault()
|
| SimpleDateBasic
抽象日期基本信息类,包括日期格式、时区、本地化等信息
|
Copyright © 2023. All rights reserved.