Interface | Description |
---|---|
DateBasic |
日期基本信息获取接口
|
DatePrinter |
日期格式化输出接口
Thanks to Apache Commons Lang 3.5 |
Class | Description |
---|---|
DefaultDateBasic |
默认日期基本信息类,包括:
DefaultDateBasic.getPattern() 返回null
DefaultDateBasic.getTimeZone() ()}返回TimeZone.getDefault()
DefaultDateBasic.getLocale() ()} ()}返回Locale.getDefault()
|
FastDateFormat |
FastDateFormat 是一个线程安全的
SimpleDateFormat 实现。 |
FastDatePrinter | |
GlobalCustomFormat |
全局自定义格式
用于定义用户指定的日期格式和输出日期的关系 |
SimpleDateBasic |
抽象日期基本信息类,包括日期格式、时区、本地化等信息
|
Copyright © 2024. All rights reserved.