Date inserted as 0/0/0000
992107Feb 20 2013 — edited Feb 20 2013Hi, I'm facing a unique problem where the date i send to inserting in database is 2013-05-09 and the value inserted in db is 0000/0/0.
And the strange thing is the response i get is 20142014-05-09. I'm using toplink and java, Oracle10g.
From the request i parse the date as string and set it in a date object. Then after inserting i take the date object and convert as string to set in the response
Some one please help.
Edited by: 989104 on Feb 19, 2013 9:27 PM