Hide Forgot
Description of problem: Creating new Job or Task with DueOn time in 24-hour format is displayed in 12-hour format, but without info about AM/PM. Eg. DueOn time set to: 30-Mar-2016 00:00 and 30-Mar-2016 12:00 is displayed as 30-Mar-2016 12:00:00 Version-Release number of selected component (if applicable): BPMS 6.3.0.ER2 How reproducible: Always Steps to Reproduce: 1. Create 2 new tasks or jobs and set DueOn time to 00:00 and 12:00 2. Task or jobs are both listed with 12:00:00 Actual results: 12-hour time format Expected results: 24-hour time format Additional info:
The date representation depends now on the drools.datetimeformat general configuration property. I changed the default value of the distribution to show 24-hour time format in this PRs but it will be overwritten by the app general configuration in future installations. Here the PR 6.4.x https://github.com/droolsjbpm/kie-wb-distributions/pull/253 master https://github.com/droolsjbpm/kie-wb-distributions/pull/254 I'll change the bz status to modified when they are merged
merged!
BPMS 6.3.0.ER3