Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Adding Days To YYYYMMDD Date Format

by Anonymous Monk
on Dec 05, 2018 at 11:22 UTC ( [id://1226761]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Last date 20110101 Bill date 20181205 Data 20110102
    Last date 20110101 Bill date 20181205 Data 20110103
    ...
    Last date 20110101 Bill date 20181205 Data 20111030
    Last date 20110101 Bill date 20181205 Data 20111030
    ......
    
  2. or download this
    $last_date = <STDIN>;
    chomp $last_date;
    ...
        $return_date = sprintf "%04d%02d%02d", $t[0], $t[1], $t[2];
        return $return_date;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-20 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found