Provides classes and methods to work with dates and durations.
See: Description
| Class Summary | |
|---|---|
| DateFormatUtils |
Date and time formatting utilities and constants. Formatting is performed using the {@link org.apache.commons.lang.time.FastDateFormat} class. |
| DateUtils |
A suite of utilities surrounding the use of the {@link java.util.Calendar} and {@link java.util.Date} object. |
| DurationFormatUtils |
Duration formatting utilities and constants. |
| FastDateFormat |
FastDateFormat is a fast and thread-safe version of {@link java.text.SimpleDateFormat}. This class can be used as a direct replacement to
|
| StopWatch |
To start the watch, call {@link #start()}. |
Provides classes and methods to work with dates and durations.
This includes:
DateUtils - a set of static utility methods for working with dates
FastDateFormat - a replacement for SimpleDateFormat that is fast and thread-safe
DateFormatUtils - a formatting class for dates
StopWatch - a duration timer
Since: 2.0