Sorting a multidimensional array in javascript.

Posted by Kyle on Stack Overflow See other posts from Stack Overflow or by Kyle
Published on 2010-05-13T02:39:15Z Indexed on 2010/05/13 2:44 UTC
Read the original article Hit count: 277

How would you sort a multidimensional array in JavaScript?

I have an array full of arrays that contain two dates and a string. I need the main array sorted by one of the date arrays, is this possible?

© Stack Overflow or respective owner

Related posts about multidimensional

Related posts about array