Package clusterless.commons.temporal
Class IntervalDateTimeFormatter
- java.lang.Object
-
- clusterless.commons.temporal.IntervalDateTimeFormatter
-
public class IntervalDateTimeFormatter extends java.lang.Object
IntervalDateTimeFormatter provided formatters for theIntervalUnit
units. SeeIntervalUnits.formatter(TemporalUnit)
for looking up an appropriate formatter.
-
-
Field Summary
Fields Modifier and Type Field Description static java.time.format.DateTimeFormatter
FOURTH_FORMATTER
static java.time.format.DateTimeFormatter
SIXTH_FORMATTER
static java.time.format.DateTimeFormatter
TWELFTH_FORMATTER
-
Constructor Summary
Constructors Constructor Description IntervalDateTimeFormatter()
-
-
-
Field Detail
-
FOURTH_FORMATTER
public static final java.time.format.DateTimeFormatter FOURTH_FORMATTER
-
SIXTH_FORMATTER
public static final java.time.format.DateTimeFormatter SIXTH_FORMATTER
-
TWELFTH_FORMATTER
public static final java.time.format.DateTimeFormatter TWELFTH_FORMATTER
-
-
Constructor Detail
-
IntervalDateTimeFormatter
public IntervalDateTimeFormatter()
-
-