I have an array that contains date strings like
"9/15/2011 12:00:00 AM", "10/15/2011 12:00:00 AM", "11/16/2011 12:00:00 AM"
How can I sort this array in descending order? The order should be, sort by year first, then, month, then date and then time.
Please share your ideas. Thank you