Is there away i can sort the following array into the correct order?
Array
(
[0] => apr
[1] => aug
[2] => dec
[3] => feb
[4] => jan
[5] => jul
[6] => jun
[7] => mar
[8] => may
[9] => nov
[10] => oct
[11] => sep
)
NOTE The array comes to me like this, and sometimes it will not have all the months.
Obviously I want in chronological order.
Thanks
1 Answer