Details
Description
While working on some services work I came across some recent additions in jdk 1.8 around date and time.
The client had identified that we were not internationalizing the create date of the the popup annotation GUI. While looking into this I started to look at some of the new improvements.
The internationalization has been fixed but I'd like to take some time update the core with the new api as ICEpdf 6.3 will be JDK 1.8+
The client had identified that we were not internationalizing the create date of the the popup annotation GUI. While looking into this I started to look at some of the new improvements.
The internationalization has been fixed but I'd like to take some time update the core with the new api as ICEpdf 6.3 will be JDK 1.8+
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51862 | Wed Aug 30 10:21:23 MDT 2017 | patrick.corless | PDF-1188 updated PDate to return an instance of LocaleDateTime as well as PopupAnnotationComponent to show a correctly internationalize date. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/pobjects/PDate.java
MODIFY /icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/views/annotations/PopupAnnotationComponent.java |