Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: use of date n time functions

by ZlR (Chaplain)
on Mar 10, 2010 at 11:18 UTC ( [id://827759]=note: print w/replies, xml ) Need Help??


in reply to Re^2: use of date n time functions
in thread use of date n time functions

It's all in the Date::Calc help page : look at the recipes

For instance :

use Date::Calc qw( Delta_Days ); if (Delta_Days($year1,$month1,$day1, $year2,$month2,$day2) > 0)
There's also examples about : How do I compare two dates with times? , which might be just what you need.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://827759]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2025-02-07 14:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (94 votes). Check out past polls.