Date Array Sort
Friday November 7, 2008
JavaScript is flexible in the ways that you can sort arrays.
Sorting an array of dates in yyyy/mm/dd order is simple. That doesn't mean that sorting an array of dates in mm/dd/yyyy or dd/mm/yyyy order is hard. You just need to set up the right compare routine for your JavaScript array sort.
Date Array Sort


Marvellous ..Simple Logic. Very usefull.. Thank You.