If I have a time (String) coming into my class with the following format
2013-01-25T07:31:51.00Z
How do i turn that into a long?
I don't even know what format that is to put in to a DateFormat. Anyone else have a clue?
DateFormat formatter = new SimpleDateFormat(" MMM yyyy HH:mm:ss z");
Desired results
long time = changeMe("2013-01-25T07:31:51.00Z");
System.out.print(time);
//012432423 <-- But only the actual long