See: Description
| Interface | Description |
|---|---|
| DateParser |
DateParser is the "missing" interface for the parsing methods of
DateFormat. |
| DatePrinter |
DatePrinter is the "missing" interface for the format methods of
DateFormat. |
| Class | Description |
|---|---|
| DateFormatUtils |
Date and time formatting utilities and constants.
|
| ExceptionUtils |
Provides utilities for manipulating and examining
Throwable objects. |
| FastDateFormat |
FastDateFormat is a fast and thread-safe version of
SimpleDateFormat. |
| FastDateParser |
FastDateParser is a fast and thread-safe version of
SimpleDateFormat. |
| FastDatePrinter |
FastDatePrinter is a fast and thread-safe version of
SimpleDateFormat. |
The time package contains some basic utilities for manipulating time (a delorean, police box
and grandfather clock?). These include a org.apache.commons.lang3.time.StopWatch for simple
performance measurements and an optimised FastDateFormat class.
New in Lang 2.1 is the org.apache.commons.lang3.time.DurationFormatUtils class, which provides various methods for formatting durations.
Copyright © 2022. All rights reserved.