| Interface | Description |
|---|---|
| PDTMask.ITemporalQuery<R> |
| Class | Description |
|---|---|
| DateTimeFormatterCache |
This class provides a cache for
DateTimeFormatter instances. |
| DateTimeFormatterPattern |
This class encapsulates a String pattern and a set of options to be used in
parsing.
|
| PDTConfig |
This class provides the most basic settings for date time operating: the
date-time-zone and the chronology to use.
|
| PDTFactory | |
| PDTFormatPatterns |
Create common
FormatStyle patterns to format date, time and datetime
objects. |
| PDTFormatter |
Create common
DateTimeFormatter objects used for printing and parsing
date and time objects. |
| PDTFormatter.CacheKey |
Internal cache key for
PDTFormatter.LocalizedDateFormatCache. |
| PDTFormatter.LocalizedDateFormatCache |
This class caches the compiled patterns for localized date and time
formatter.
|
| PDTFromString |
Handles the conversion to date, time or date time objects from a
String. |
| PDTMask<T extends Temporal & Serializable> |
Tuple with date time pattern string and query to parse into object.
|
| PDTToString |
Standard API to convert a date, time or date time to a
String. |
| PDTWebDateHelper |
A helper class that parses Dates out of Strings with date time in RFC822 and
W3CDateTime formats plus the variants Atom (0.3) and RSS (0.9, 0.91, 0.92,
0.93, 0.94, 1.0 and 2.0) specificators added to those formats.
|
| PDTZoneID |
Represents the combination of Zone ID string and ID object.
|
| WithZoneId |
A combination of a date/time string and an optional
ZoneId. |
| Enum | Description |
|---|---|
| EDTFormatterMode |
Formatters can be created in different modes.
|
| EDTType |
This enum defines the potential date and/or time data types available.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.