I am developing application where in jquery I have multidimensional array which I have to sort it but sort on datetime. Please refer below array which I have to sort.
array[["test1.jpg", "abc", "http://localhost7", "2015-09-20T16:23:18.000Z"], ["test2.jpg", "xyz", "http://localhost4", "2015-09-21T11:12:39.000Z"], ["test3.jpg", "pqr", "http://localhost6", "2015-09-20T23:08:42.000Z"]]
Any body have a experience and solutions in it.