convert from String to Date
807569Sep 21 2006 — edited Sep 21 2006Hello,
I have the following string: "Thu Apr 22 00:00:00 IDT 2004"
and I need to convert it to Date object.
I tried to use Date.parse() and Date.valueOf(),
but then I get the IllegalArgumentException.
How can I do this?
Thanks.