I received a date string from API respond like this
"2013-07-09T04:58:23.075Z"
How can I parse that string, say to change format to
2013-07-09 [04:58:23]
The time indeed is not based on my local time, I think the .075Z should change something about the time.
Thanks in advance for your help.