Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5.2, Release 1.6
-
Component/s: Formatting
-
Labels:None
-
Environment:N/A
Description
In DateFormatter the following is private:
private DateFormat format;
If format had get/setters or was protected it would be possible to easily subclass DateFormatter and modify its behaviour, e.g. setting the timezone for the formatter.
Fixed in build 1139.