Posted: Wed Oct 18, 2006 11:54 am
i have alsow an issue on array sorting...
i have array full of date's like
1.12.2006
3.12.2006
2.12.2007
i use sort($myarray);
and then i get
1.12.2006
2.12.2007
3.12.2006
ok, its is sorted, though not right... i want to be sorted by date...
can anyone tell me how to do this?
i have array full of date's like
1.12.2006
3.12.2006
2.12.2007
i use sort($myarray);
and then i get
1.12.2006
2.12.2007
3.12.2006
ok, its is sorted, though not right... i want to be sorted by date...
can anyone tell me how to do this?