in reply to
Sorting dates with the Schwartzian Transform
You can convert it all to
YYYYMMDD
or <c>YYYY-MM-DD<c> format, and then use a simple string-comparison based
sort
on the results.
Perl 6 - second systems done right
Comment on
Re: Sorting dates with the Schwartzian Transform
Download
Code
In Section
Seekers of Perl Wisdom