Problems? Is your data what you think it is? | |
PerlMonks |
How can I compare two dates and find the difference?by faq_monk (Initiate) |
on Oct 08, 1999 at 00:20 UTC ( [id://586]=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version: If you're storing your dates as epoch seconds then simply subtract one from the other. If you've got a structured date (distinct year, day, month, hour, minute, seconds values) then use one of the Date::Manip and Date::Calc modules from CPAN.
|
|