Witam,

posiadam tablicę postaci:

Array
(
[0] => Array
(
[nazwa] = xyz
[pubDate] => Sat, 31 Oct 2009 11:38:27 +0100
)

[1] => Array
(
[nazwa] = qwe
[pubDate] => Sat, 31 Oct 2009 11:50:00 +0100
)
)

w jaki sposób mogę posortować tablicę według dat (pubDate)?

---

problem rozwiazałem przy przykorzystaniu strtotime(); smile.gif