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: 311
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