Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Adding to dates

by simeon2000 (Monk)
on Aug 08, 2002 at 13:15 UTC ( #188582=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # define the seconds in a week
    use constant WEEK => 60 * 60 * 24 * 7;
    my $now = time();
    my $then = $now + WEEK * 2;
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2023-03-23 17:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?