Package org.kiwiproject.time
-
Class Summary Class Description KiwiDates The original JDK 1.0Dateclass leaves, ahem, much to be desired, but there are still (unfortunately) many classes, interfaces, and libraries that use it and probably won't be changed soon or ever.KiwiDateTimeConverters A collection of small utility methods to convert between legacyDateand the Java 8 date/time API classes.KiwiDateTimeFormatters A collection of small utilities to format various types of Java date/time classes, both the legacyDateand the Java 8 date/time API classes injava.time.KiwiDateTimeParsers A collection of small utilities to parse strings into various types of Java date/time classes, both the legacyDateand the Java 8 date/time API classes injava.time.KiwiDurationFormatters Utilities for formatting durations of various types.KiwiInstants Provides utilities related toInstant.