parvez wrote:
Hi Gurus,
    How do I sort an array of dates, which could be in any particular
order.
One would have to know the format of the dates.  If they were YYYYMMDD,
you could just sort them as is with sort.  If they were in epoch format,
same thing - just use sort.  Any other formats would require reformatting
or mapping/splitting to perform the sort.

--
  ,-/-  __      _  _         $Bill Luebkert   ICQ=162126130
 (_/   /  )    // //       DBE Collectibles   Mailto:dbe@;todbe.com
  / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to