-
Joda.org
Joda.org
Projects
Joda-Money - Basic types for Money
Joda-Beans - Next generation JavaBeans
Joda-Collect - Additional collection data structures
Each project aims to be focussed on a specific area and...
-
Joda-Time - Home
Joda-Time
Joda-Time is the
de facto standard date and time library for Java prior to Java SE 8. Users are now asked to migrate to
java.time (JSR-310).
Features
LocalDate - date without time
DateTim...
-
Joda-Beans - Home
Joda-Beans
Joda-Beans provides a small framework that adds properties to Java, greatly enhancing JavaBeans.
The key concept is to allow each property on a bean to be accessed as an object in its own r...
-
Joda-Convert - Home
Joda-Convert
Joda-Convert tackles the problem of round-trip Object to String conversion.
A common problem in serialization, particularly when working with textual formats like JSON, is that of convert...
-
Joda-Beans – User guide
integration with other technologies
The main rationale for the project is to raise the abstraction level of Java development. Most mainstream languages have some kind of support for properties, unfort...
-
Joda-Time – Quick start guide
The use of an
Object constructor is a little unusual, but it is used because the list of types that can be converted is extensible. The main advantage is that converting from a JDK
Date or
Calendar...