Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Active perl Perlapp problem

by harryC (Sexton)
on Aug 21, 2018 at 09:15 UTC ( [id://1220768]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Active perl Perlapp problem
in thread Active perl Perlapp problem

No it did not but i changed the code to Date::Manip so my problem is solved
Thank for your help
use Date::Manip::Date; my $obj = new Date::Manip::Date; $obj->parse('2017-07-20T06:43:50.330Z'); my $obj1 = new Date::Manip::Date; $obj1->parse('2018-08-20T06:46:56.147Z'); my $delta = $obj1->calc($obj);

Replies are listed 'Best First'.
Re^4: Active perl Perlapp problem
by Anonymous Monk on Aug 21, 2018 at 11:16 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 19:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found