Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: DateCalc using Date::Manip

by SBECK (Chaplain)
on Jan 11, 2017 at 16:50 UTC ( [id://1179408]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Date::Manip;
    my $dt1='2016080100:00:00';
    ...
    $delt_x->convert('semi');
    $val        = $delt_x->value();
    print "New Ex->Se: $val\n";
    
  2. or download this
    Exact      : 0:0:0:0:3649:0:0
    Semi       : 0:0:21:5:0:0:0
    ...
    New Exact : 0:0:0:0:3649:0:0
    New Semi  : 0:0:21:5:0:0:0
    New Ex->Se: 0:0:21:5:1:0:0
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-03-28 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found