| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pojava-2.7.0-javadoc.jar | 2011-09-04 | 248.1 kB | |
| readme.txt | 2011-09-04 | 1.5 kB | |
| pojava-2.7.0.jar | 2011-09-04 | 68.9 kB | |
| Totals: 3 Items | 318.4 kB | 0 | |
Release Notes: version 2.7.0
* DateTime: Now looks to an IDateTimeConfig for TimeZone, Locale, and Format.
* DateTime: Removed field timeZoneId. InputTimeZone and OutputTimeZone are now independent of each other.
* DateTime: All constructors now populate a config reference.
* DateTime: Method timeZone() now always returns the OutputTimeZone used by toString().
* DateTime: Added methods to override default Format, TimeZone, and Locale used by toString().
* DateTime: Deprecated toLocalString. The notion of "Local" is too ambiguous.
* DateTime: Calculation functions now preserve custom configs and don't revert to default.
* DateTimeConfig: Added option to infer dates with two-digit years as always occurring in the past.
* DateTimeConfig: Moved tzMap, tzCache, LANGUAGE_MONTHS, SUPPORTED_LANGUAGES
* DateTimeConfig: Renamed "defaultDateFormat" to just "format".
* DateTimeConfig: Renamed "getTimeZone" to "lookupTimeZone".
* DateTimeConfig: Made cloneable.
* DateTimeFormat: Now uses DateTime.config() values for unspecified parameters.
* DateTimeFormat: Fixed offset issue causing bug in output of "E" and "EEEE" day-of-week output.
* IDateTimeConfig: Widened list of methods to support DateTime changes.
* Tm: Now extracts TimeZone from DateTime param when given.
* Tm: Now uses DateTimeConfig.getGlobalDefault() for TimeZone instead of TimeZone.default().
* Revised unit tests to support changes.