| Name | Description | Type | Package | Framework |
| DateFormatUtils | Date and time formatting utilities and constants. | Class | org.apache.commons.lang3.time | Apache Commons |
| DateParser | Interface | org.apache.commons.lang3.time | Apache Commons | |
| DatePrinter | Interface | org.apache.commons.lang3.time | Apache Commons | |
| DateUtils | A suite of utilities surrounding the use of the Calendar and Date object. | Class | org.apache.commons.lang3.time | Apache Commons |
| DurationFormatUtils | Duration formatting utilities and constants. | Class | org.apache.commons.lang3.time | Apache Commons |
| FastDateFormat | FastDateFormat is a fast and thread-safe version of To obtain an instance of FastDateFormat, use one of the static factory methods: | Class | org.apache.commons.lang3.time | Apache Commons |
| FastDateParser | FastDateParser is a fast and thread-safe version of To obtain a proxy to a FastDateParser, use FastDateFormat. | Class | org.apache.commons.lang3.time | Apache Commons |
| FastDatePrinter | FastDatePrinter is a fast and thread-safe version of To obtain a FastDatePrinter, use FastDateFormat. | Class | org.apache.commons.lang3.time | Apache Commons |
| StopWatch | StopWatch provides a convenient API for timings. | Class | org.apache.commons.lang3.time | Apache Commons |