Error in display of date-time field
-----------------------------------
Key: OFBIZ-4306
URL: https://issues.apache.org/jira/browse/OFBIZ-4306
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Reporter: Gaudin Pierre
I meet an error of formatting of date during the use of field date-time.
I am on the screen: https: //
demo-trunk.ofbiz.apache.org/projectmgr/control/EditProjectTasks?ProjectId=9000
login as admin
My local is fr_FR and the format is dd/MM/yyyy.
If I change the date with the calendar and if the day of the month in the date
is > 12 then the display format is : dd/MM/yyyy
If I change the date with the calendar and if the day of the month in the date
is < = 12 then the display format is: MM/dd/yyyy
There is thus an error during the formatting(layout) of date. By looking at
this error I found that the problem came from the macro ftl:
renderDateTimeField more exactly it is during conversion to string that the
error is produced:
The dateObj Var = Date.parse ( initDate );
The formatedObj Var = dateObj.toString ( dateFormat );
It is the toString method that is at the origin of this inversion.
Somebody knows how to fix this problem?
Thank you in advance,
Pierre
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira