tutorial.eyehunts.com
Sort array by date JavaScript | Example code
To sort an array by date convert given strings into dates, and then subtract them to get a value that is either negative, positive, or zero.
Rohit