[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev]CheckIn: Enhance the I/i date time format to support date and time type.
|
Title: [birt-dev]CheckIn: Enhance the I/i date time format to support date and time type.
- Summary:
- Bugzilla Bug (s) Resolved:
- Description:
Enhance the i/I date time format to support the date and time data type.
For java.sql.Date: the formatted result only contains the date part.
For java.sql.Time: the formatted result only contains the time part.
- Tests Description :
Unit Test
- Notes to Build Team:
It is checked into 2.2.1 and main branch.
- Notes to Developers:
- Notes to QA:
- Notes to Documentation:
- Files Edited:
cvs ci -m "enhance the "i/I" date format to support date and time" -l "/org.eclipse.birt.core/src/org/eclipse/birt/core/format/DateFormatter.java"
cvs ci -m "enhance the "i/I" date format to support date and time" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java"
cvs ci -m "enhance the "i/I" date format to support date and time" -l "/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/format/DateFormatterTest.java"
cvs ci -m "enhance the "i/I" date format to support date and time" -l "/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/ReportParameterConverterTest.java"
- Files Added:
- Files Deleted
-Wei Yan