in reply to
Re: date parsing
in thread
date parsing
In order to interpret 01/09 as DD/MM instead of MM/DD using Date::Manip (not Date::Parse), just add the line (near the start):
Date_Init("DateFormat=non-US");
[download]
Comment on
Re^2: date parsing
Download
Code
In Section
Seekers of Perl Wisdom