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.
|
DateUtils | |
DurationFormatUtils |
Duration formatting utilities and constants.
|
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 . |
StopWatch |
StopWatch provides a convenient API for timings. |
These classes are immutable (and therefore thread-safe) apart from StopWatch
.
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.