Package org.kiwiproject.time


package org.kiwiproject.time
  • Classes
    Class
    Description
    The original JDK 1.0 Date class 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.
    A collection of small utility methods to convert between legacy Date and the Java 8 date/time API classes.
    A collection of small utilities to format various types of Java date/time classes, both the legacy Date and the Java 8 date/time API classes in java.time.
    A collection of small utilities to parse strings into various types of Java date/time classes, both the legacy Date and the Java 8 date/time API classes in java.time.
    Utilities for formatting durations of various types.
    Provides utilities related to Instant.