in reply to
parsing date string
convert them into their separate pieces then look at
perlman:Time::Local
to get their time in seconds... then subtract... or look at Date::Calc, if you need more than just difference in seconds...
- Ant
Comment on
Re: parsing date string
In Section
Seekers of Perl Wisdom