Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Adding to dates

by simeon2000 (Monk)
on Aug 08, 2002 at 13:15 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 22:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found