Hi,
The issue is regaring date to convert
String into Date. Below is the code i used for conversion
Exception :
2012-09-04 18:47:11,182 ERROR [STDERR] Sep 4, 2012 6:47:11 PM [Plug-in standard error]: java.text.ParseException: Unparseable date: "2012-08-03+05:30"
2012-09-04 18:47:11,182 ERROR [STDERR] Sep 4, 2012 6:47:11 PM [Plug-in standard error]: at java.text.DateFormat.parse(DateFormat.java:335)
Java code :
Column Billdate and Duedate are of Type DATE in my oracle schema.
Regards,
Jaya