http://qs1969.pair.com?node_id=452096


in reply to How do I sort something by date?

If you are using DateTime objects, then you should considered using Sort::Key::DateTime for sorting.

Replies are listed 'Best First'.
Re: Answer: How do I sort something by date?
by TedPride (Priest) on Apr 28, 2005 at 18:18 UTC
    You need to add "using DateTime" to the title. Most people will just use timestamps for sorting by date, or a fixed-length date string.