in reply to
How to convert date like: 19 Aug 12:00 PM EDT to a perl structure
Witnout a year this will be difficult. However, this looks like the output of
ls
, and
HTTP::Date
claims to handle this - see
parse_date
.
Comment on
Re: How to convert date like: 19 Aug 12:00 PM EDT to a perl structure
Download
Code
In Section
Seekers of Perl Wisdom