I have an Array that look's like this:
$date[0] = "20011020" //YYYY MM DD (year month day)
$date[1] = "20000910" //---------||----------------
$date[2] = "20010815" //---------||----------------
and it continues...
How can I sort this by date starting with the newest?
$date[0] = "20011020" //YYYY MM DD (year month day)
$date[1] = "20000910" //---------||----------------
$date[2] = "20010815" //---------||----------------
and it continues...
How can I sort this by date starting with the newest?