I have an xml. Which return some element. One of the element is date and the output format is 2014-06-02T00:00:00.000+07:00
. Now I want to insert this time into access database using java.But I can't parse the xml date format into java. So I can't insert the date into access. How can I parse 2014-06-02T00:00:00.000+07:00
in java eclipse?
Asked
Active
Viewed 136 times
-2

Nidheesh
- 4,390
- 29
- 87
- 150

Sultan-Ahammad
- 1
- 2
-
1Google for Java date parsing. You will find SimpleDateFormat – sidgate Jun 05 '14 at 06:52
-
why is your title different to your question? – Scary Wombat Jun 05 '14 at 06:53