| Package | Description |
|---|---|
| org.apache.commons.lang.time |
Provides classes and methods to work with dates and durations.
|
| Class and Description |
|---|
| DurationFormatUtils.Token
Element that is parsed from the format pattern.
|
| FastDateFormat
FastDateFormat is a fast and thread-safe version of
SimpleDateFormat. |
| FastDateFormat.NumberRule
Inner class defining a numeric rule.
|
| FastDateFormat.Rule
Inner class defining a rule.
|
| FastDateFormat.TimeZoneNumberRule
Inner class to output a time zone as a number
+/-HHMM
or +/-HH:MM. |
| FastDateFormat.TwoDigitMonthField
Inner class to output a two digit month.
|
| FastDateFormat.TwoDigitYearField
Inner class to output a two digit year.
|
| FastDateFormat.UnpaddedMonthField
Inner class to output an unpadded month.
|