I have a webservice that returns datetime in the format: 2014-03-12T11:07:33.688Z. How can I read that in PHP. My objective is to get the time difference between two datetime strings in the above format. How can I do that without parsing?
Asked
Active
Viewed 23 times