Package | Description |
---|---|
cn.hutool.core.date |
日期封装,日期的核心为DateTime类,DateUtil提供日期操作的入口
|
cn.hutool.core.date.format |
提供线程安全的日期格式的格式化和解析实现
|
Modifier and Type | Method and Description |
---|---|
static String |
DateUtil.format(Date date,
DatePrinter format)
根据特定格式格式化日期
|
String |
DateTime.toString(DatePrinter format)
转为字符串
|
Modifier and Type | Class and Description |
---|---|
class |
FastDateFormat
FastDateFormat 是一个线程安全的
SimpleDateFormat 实现。 |
class |
FastDatePrinter
|
Copyright © 2024. All rights reserved.