Hi, If you go to https://demo-trunk.ofbiz.apache.org/accounting/control/EditCustomTimePeriod you'll see that dates are shown in a specific format. For example : Jan 1, 2009. Can someone tell me how to change this so that it's like in all the other screens ? And besides, if you try to update a custom period you'll get the following error for example :
The Following Errors Occurred: Type conversion of field [fromDate] to type [java.sql.Date] failed for value "Jan 1, 2009": org.ofbiz.base.util.GeneralException: java.text.ParseException: Unparseable date: "Jan 1, 2009" (java.text.ParseException: Unparseable date: "Jan 1, 2009") Type conversion of field [thruDate] to type [java.sql.Date] failed for value "Apr 1, 2009": org.ofbiz.base.util.GeneralException: java.text.ParseException: Unparseable date: "Apr 1, 2009" (java.text.ParseException: Unparseable date: "Apr 1, 2009") Thanks for your help, el.abdesamad
