Problem mit SimpleDateFormat
-
Hallo
Ich versuche folgendes Datum zu parsen :
2009-02-19T06:51:24+01:00 als Pattern im Ctor SimpleDateFormat verwende ich
yyyy-MM-dd'T'kksszIch kriege aber immer eine ParseException.
java.text.ParseException: Unparseable date: "2009-02-19T06:51:24+01:00"
Was mache ich falsch ??
-
http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
Sieht noch so aus als wäre bei z ein Doppelpunkt dazwischen.
MfG SideWinder