I have the following date: 2011-08-12T20:17:46.384Z. What format is this? I\'m trying to parse it with Java 1.4 via DateFormat.getDateInstance().parse(
2011-08-12T20:17:46.384Z
DateFormat.getDateInstance().parse(
Not sure about the Java parsing, but that's ISO8601: http://en.wikipedia.org/wiki/ISO_8601