Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 180899 --- Data of "Date", "Time" and "Date Time" type show the same result [0001]

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 180899 --- Data of "Date", "Time" and "Date Time" type show the same result [0001]

- Summary:
Fix Bugzilla Bug 180899 --- Data of "Date", "Time" and "Date Time" type show the same result [0001]

- Bugzilla Bug (s) Resolved:
180899

- Description:
Fix Bugzilla Bug 180899 --- Data of "Date", "Time" and "Date Time" type show the same result [0001]

Engine does:
1. redefine the default date time formatter
   a. for date time type, MEDIUM_DATE, SHORT_TIME
   b. for date time, MEDIUM_DATE
   c. for time, SHORT_TIME
2. for pattern format, use it directly.
3. for the named format as "G/D/d/T/t", use it directly just as case 2.

- Tests Description  :
Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.core/src/org/eclipse/birt/core/format/DateFormatter.java"

- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd

 


Back to the top