Package org.apache.commons.lang3.time
Provides classes and methods to work with dates and durations.
See: Description
-
Interface Summary Interface Description DateParser DateParser is the "missing" interface for the parsing methods ofDateFormat.DatePrinter DatePrinter is the "missing" interface for the format methods ofDateFormat. -
Class Summary Class Description DateFormatUtils Date and time formatting utilities and constants.DateUtils A suite of utilities surrounding the use of theCalendarandDateobject.DurationFormatUtils Duration formatting utilities and constants.FastDateFormat FastDateFormat is a fast and thread-safe version ofSimpleDateFormat.FastDateParser FastDateParser is a fast and thread-safe version ofSimpleDateFormat.FastDatePrinter FastDatePrinter is a fast and thread-safe version ofSimpleDateFormat.StopWatch StopWatchprovides a convenient API for timings.
Package org.apache.commons.lang3.time Description
Provides classes and methods to work with dates and durations.
- Since:
- 2.0
These classes are immutable (and therefore thread-safe) apart from
StopWatch.
DMelt 3.0 © DataMelt by jWork.ORG