Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Getting yesterday's date, and random dates in the past

by kelan (Deacon)
on Apr 02, 2005 at 13:51 UTC ( [id://444367]=note: print w/replies, xml ) Need Help??


in reply to Getting yesterday's date, and random dates in the past

Date::Calc for date calculations!

use Date::Calc 'Add_Delta_Days'; sub get_yesterday { my ( $year, $month, $day ) = split /-/, shift; return join '-', Add_Delta_Days( $year, $month, $day, -1 ); }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 00:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found