Skip navigation links

Package net.sf.mmm.util.date.api

Provides the API for utilities that help to deal with date and time.

See: Description

Package net.sf.mmm.util.date.api Description

Provides the API for utilities that help to deal with date and time.

Util Date API

This package contains the API for utilities that help to deal with date and time. The JDK comes with rich support for date and time. On the other side the APIs like Date and Calendar are very poor. This problem has been solved with Java 8 and JSR310. Where ever possible we strongly encourage you to use JSR310 (java.time.*). However until then and for some other gaps you might find helpful types in this package.
E.g. representation of date and time there is a common standard with ISO 8601. Therefore Iso8601Util comes with support to format and parse date and time according to this standard in a stateless and thread-safe way. Further for for simplifying performance measurement there is TimeMeasure that makes your life easier.
Skip navigation links

Copyright © 2001–2015 mmm-Team. All rights reserved.