| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pojava-2.8.0-sources.jar | 2011-10-15 | 70.2 kB | |
| readme.txt | 2011-10-15 | 1.7 kB | |
| pojava-2.8.0.jar | 2011-10-15 | 68.2 kB | |
| Totals: 3 Items | 140.1 kB | 0 | |
Release Notes: version 2.8.0
* DateTime: Removed private static final CE.
* DateTime: Removed some unreachable code.
* DateTime: Shifted some formatting from toString() into DateTimeFormat.
* DateTime: Added some additional toString() options, incl. toString(TimeZone).
* DateTime: Removed deprecated toLocalString(). Please use toString() or toString(TimeZone) instead.
* DateTime: Removed deprecated getTimeZoneId(). Please use DateTimeConfig to determine TimeZone.
* DateTime: Changed parse() to be more robust.
* DateTime: Changed parse() to throw an IllegalArgumentException if an empty string is parsed.
* DateTime: Fixed handling of BC specifier for 1 BC date.
* DateTime: Fixed option for selecting isUnspecifiedCenturyAlwaysInPast.
* DateTimeConfig: Implements cloneable
* DateTimeConfig: Removed deprecated getTimeZone(). Please use getInputTimeZone() or getOutputTimeZone().
* DateTimeConfig: Added getBcPrefix() and setBcPrefix() to optionally display "-" for years before AD.
* DateTimeFormat: Added some default formatting behaviors for BC dates.
* DateTimeFormat: Applied consistent formating of three-digit and four-digit years
* DateTimeFormat: Corrected "D" (date in year) formatting.
* DateTimeFormat: Corrected "k" and "K" formatting.
* DateTimeFormat: Added handling of "F" (weekday in month), "W" week in month, and "w" week in year.
* Duration: Removed some unused code
* IDateTimeConfig: Added bcGetPrefix()
* Shift: Corrected bug in shiftWeek()
* Tm: Improved handling of BC years.
* Revised unit tests to support changes.