Package org.sqlite.date
package org.sqlite.date
Provides classes and methods to work with dates and durations. These classes are immutable (and
therefore thread-safe) apart from org.apache.commons.lang3.time.StopWatch.
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.
- Since:
- 2.0
-
ClassDescriptionDate and time formatting utilities and constants.DateParser is the "missing" interface for the parsing methods of
DateFormat
.DatePrinter is the "missing" interface for the format methods ofDateFormat
.Provides utilities for manipulating and examiningThrowable
objects.FastDateFormat is a fast and thread-safe version ofSimpleDateFormat
.FastDateParser is a fast and thread-safe version ofSimpleDateFormat
.FastDatePrinter is a fast and thread-safe version ofSimpleDateFormat
.