JavaScript Sort by date multidimensional Json array -
this question has answer here: sort array of objects string property value in javascript 31 answers i have following multidimensional array want sort loc_time. var json = [{ "id": 5, "lieu_depart": "la rochelle", "lieu_arrivee": "lyon", "condlocalisation": [{ "id": 1, "longitude": "-3.120830", "latitude": "52.801452", "adresse": "paris", "loc_time": "25 jun 2012, 8:00 am" }, { "id": 3, "longitude": "2.130122", "latitude": "48.801408", "adresse": "versailles", "loc_time": "15 may 2013, 6:40 pm" }, { "id": 5,