| 接口 | 说明 |
|---|---|
| DateBasic |
日期基本信息获取接口
|
| DateParser |
日期解析接口,用于解析日期字符串为
Date 对象Thanks to Apache Commons Lang 3.5 |
| DatePrinter |
日期格式化输出接口
Thanks to Apache Commons Lang 3.5 |
| FastDatePrinter.NumberRule |
Inner class defining a numeric rule.
|
| FastDatePrinter.Rule |
规则
|
| 类 | 说明 |
|---|---|
| AbstractDateBasic |
description
|
| FastDateFormat |
FastDateFormat 是一个线程安全的
SimpleDateFormat 实现。 |
| FastDateParser | |
| FastDateParser.CaseInsensitiveTextStrategy |
A strategy that handles a text field in the parsing pattern
|
| FastDateParser.CopyQuotedStrategy |
A strategy that copies the static or quoted field in the parsing pattern
|
| FastDateParser.ISO8601TimeZoneStrategy | |
| FastDateParser.NumberStrategy |
A strategy that handles a number field in the parsing pattern
|
| FastDateParser.PatternStrategy |
A strategy to parse a single field from the parsing pattern
|
| FastDateParser.Strategy |
单个日期字段的分析策略
|
| FastDateParser.StrategyAndWidth |
Holds strategy and field width
|
| FastDateParser.TimeZoneStrategy |
A strategy that handles a timezone field in the parsing pattern
|
| FastDateParser.TimeZoneStrategy.TzInfo | |
| FastDatePrinter | |
| FastDatePrinter.CharacterLiteral |
Inner class to output a constant single character.
|
| FastDatePrinter.DayInWeekField |
Inner class to output the numeric day in week.
|
| FastDatePrinter.Iso8601_Rule |
Inner class to output a time zone as a number
+/-HHMM or +/-HH:MM. |
| FastDatePrinter.PaddedNumberField |
Inner class to output a padded number.
|
| FastDatePrinter.StringLiteral |
Inner class to output a constant string.
|
| FastDatePrinter.TextField |
Inner class to output one of a set of values.
|
| FastDatePrinter.TimeZoneDisplayKey |
Inner class that acts as a compound key for time zone names.
|
| FastDatePrinter.TimeZoneNameRule |
Inner class to output a time zone name.
|
| FastDatePrinter.TimeZoneNumberRule |
Inner class to output a time zone as a number
+/-HHMM or +/-HH:MM. |
| FastDatePrinter.TwelveHourField |
Inner class to output the twelve hour field.
|
| FastDatePrinter.TwentyFourHourField |
Inner class to output the twenty four hour field.
|
| FastDatePrinter.TwoDigitMonthField |
Inner class to output a two digit month.
|
| FastDatePrinter.TwoDigitNumberField |
Inner class to output a two digit number.
|
| FastDatePrinter.TwoDigitYearField |
Inner class to output a two digit year.
|
| FastDatePrinter.UnpaddedMonthField |
Inner class to output an unpadded month.
|
| FastDatePrinter.UnpaddedNumberField |
Inner class to output an unpadded number.
|
| FastDatePrinter.WeekYear |
Inner class to output the numeric day in week.
|
| FormatCache<F extends Format> |
日期格式化器缓存
Thanks to Apache Commons Lang 3.5 |
Copyright © 2020. All rights reserved.