Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: DateCalc using Date::Manip

by huck (Prior)
on Jan 10, 2017 at 12:00 UTC ( [id://1179290]=note: print w/replies, xml ) Need Help??


in reply to Re^2: DateCalc using Date::Manip
in thread DateCalc using Date::Manip

did you try

my $dtopt= DateCalc($dt1,$dt2,1);
or maybe these will work
my $dtopt= DateCalc($dt1,$dt2,'semi');
or
my $dtopt= DateCalc($dt1,$dt2,'approx');

Replies are listed 'Best First'.
Re^4: DateCalc using Date::Manip
by tsdesai (Acolyte) on Jan 10, 2017 at 12:11 UTC
    did you try my $dtopt= DateCalc($dt1,$dt2,1); output is 0:4:4:2:0:0:0 or maybe these will work my $dtopt= DateCalc($dt1,$dt2,'semi'); 0:4:4:2:0:0:0 my $dtopt= DateCalc($dt1,$dt2,'approx'); 0:4:4:2:0:0:0 I am looking for the output as +0:0:+21:5:1:0:0 I am really sorry this is not my code.I am trying the fix old code after the version updates. Many Thanks,

      ok one more to try

      print Delta_Format($dtopt,'semi','+%yv:%Mv:+%wv:%dv:%hv:%mv:%sv');
      based on the code from Krambambuli above but using semi

        I do not get any output for that one.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-19 09:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found