Package | Description |
---|---|
cn.hutool.core.date |
日期封装,日期的核心为DateTime类,DateUtil提供日期操作的入口
|
cn.hutool.core.date.chinese |
农历相关类汇总,包括农历月、天干地支、农历节日、24节气等
|
cn.hutool.core.util |
提供各种工具方法,按照归类入口为XXXUtil,如字符串工具StrUtil等
|
cn.hutool.poi.excel.sax |
Sax方式操作Excel方式的封装
|
Class and Description |
---|
BetweenFormatter
时长格式化器,用于格式化输出两个日期相差的时长
根据 BetweenFormatter.Level 不同,调用BetweenFormatter.format() 方法后返回类似于:
XX小时XX分XX秒
XX天XX小时
XX月XX天XX小时
|
BetweenFormatter.Level
格式化等级枚举
|
CalendarUtil
针对
Calendar 对象封装工具类 |
DateBetween
日期间隔
|
DateException
工具类异常
|
DateField
日期各个部分的枚举
与Calendar相应值对应 |
DateModifier.ModifyType
修改类型
|
DateRange
日期范围
|
DateTime |
DateUnit
日期时间单位,每个单位都是以毫秒为基数
|
GroupTimeInterval
分组计时器
计算某几个过程花费的时间,精确到毫秒或纳秒 |
Month
月份枚举
与Calendar中的月份int值对应 |
Quarter
季度枚举
|
StopWatch
秒表封装
此工具用于存储一组任务的耗时时间,并一次性打印对比。 |
StopWatch.TaskInfo
存放任务名称和花费时间对象
|
TemporalUtil
Temporal 工具类封装 |
TimeInterval
计时器
计算某个过程花费的时间,精确到毫秒或纳秒 |
Week
星期枚举
与Calendar中的星期int值对应 |
Class and Description |
---|
ChineseDate
农历日期工具,最大支持到2099年,支持:
通过公历日期构造获取对应农历
通过农历日期直接构造
|
Class and Description |
---|
DateField
日期各个部分的枚举
与Calendar相应值对应 |
DateTime |
Class and Description |
---|
DateTime |
Copyright © 2024. All rights reserved.