Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
Description
When updating a custom time period in the overview of the time periods accounting - edit custom time periods following error is shown:
The Following Errors Occurred:
Type conversion of field [fromDate] to type [java.sql.Date] failed for value "Jan 1, 2010": org.ofbiz.base.util.GeneralException: java.text.ParseException: Unparseable date: "Jan 1, 2010" (java.text.ParseException: Unparseable date: "Jan 1, 2010")
Type conversion of field [thruDate] to type [java.sql.Date] failed for value "Apr 1, 2010": org.ofbiz.base.util.GeneralException: java.text.ParseException: Unparseable date: "Apr 1, 2010" (java.text.ParseException: Unparseable date: "Apr 1, 2010")