You can check out this Format Time API - https://www.mashape.com/parsify/format#!endpoint-Time
I typed in your date "2013-06-13T16:29:55.245Z" and got the following response -
{
"given": "2013-06-13T16:29:55.245Z",
"time": {
"daysInMonth": 30,
"millisecond": 245,
"second": 55,
"minute": 29,
"hour": 16,
"date": 13,
"day": 4,
"week": 24,
"month": 5,
"year": 2013,
"zone": "+0000"
},
"formatted": {
"weekday": "Thursday",
"month": "June",
"ago": "2 hours",
"calendar": "Today at 4:29 PM",
"generic": "2013-06-13T16:29:55+00:00",
"time": "4:29 PM",
"short": "06/13/2013",
"slim": "6/13/2013",
"hand": "Jun 13 2013",
"handTime": "Jun 13 2013 4:29 PM",
"longhand": "June 13 2013",
"longhandTime": "June 13 2013 4:29 PM",
"full": "Thursday, June 13 2013 4:29 PM",
"fullSlim": "Thu, Jun 13 2013 4:29 PM"
},
"array": [
2013,
5,
13,
16,
29,
55,
245
],
"offset": 1371140995245,
"unix": 1371140995,
"utc": "2013-06-13T16:29:55.245Z",
"valid": true,
"integer": false,
"zone": 0
}