I have an array of dates and I have to sort it by using the described functions.
Here is what I have:
$dates = array (\'10-10-2003\', \'2-17-2002\', \'2-
Here's an alternate solution for you.
2-17-2002 [1] => 2-16-2003 [2] => 10-10-2003 [3] => 10-10-2004 [4] => 1-01-2005 ) */