|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Iso8601Util | This class is a collection of utility functions for formatting and parsing dates according to ISO 8601 formats. |
| Exception Summary | |
|---|---|
| IllegalDateFormatException | This is the exception thrown if a date given as string was illegal. |
Provides the API for utilities that help to deal with date and time.
SimpleDateFormat is nice but unfortunately NOT
thread-safe. For representation of date and time there is a common
standard with ISO 8601. Therefore Iso8601Util
comes with support to format and parse date and time according to this standard.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||