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
.
-
Class Summary Class Description DateFormatUtils Deprecated. Commons Lang 2 is in maintenance mode.DateUtils Deprecated. Commons Lang 2 is in maintenance mode.DurationFormatUtils Deprecated. Commons Lang 2 is in maintenance mode.FastDateFormat Deprecated. Commons Lang 2 is in maintenance mode.StopWatch Deprecated. Commons Lang 2 is in maintenance mode.