Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: TIMTOWTDI meets Rube Goldberg

by graff (Chancellor)
on Aug 07, 2011 at 04:49 UTC ( [id://919026]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # get the date of yesterday
    my $nowsecond = time ();
    ...
    $day = sprintf("%.2d", $day);
    $month = sprintf("%.2d",$month+1);
    $year = $year + 1900;
    
  2. or download this
           my $datestr = "$year.01.01-$year.$month.$day";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://919026]
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-16 21:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found