Package org.apache.commons.lang.time
package org.apache.commons.lang.time
Provides classes and methods to work with dates and durations.
This includes:
DateUtils
- a set of static utility methods for working with datesFastDateFormat
- a replacement forSimpleDateFormat
that is fast and thread-safeDateFormatUtils
- a formatting class for datesStopWatch
- a duration timer
- Since:
- 2.0
These classes are immutable (and therefore thread-safe) apart from
StopWatch
.
-
ClassesClassDescriptionDate and time formatting utilities and constants.Duration formatting utilities and constants.FastDateFormat is a fast and thread-safe version of
SimpleDateFormat
.StopWatch
provides a convenient API for timings.