Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Active perl Perlapp problem

by Anonymous Monk
on Aug 21, 2018 at 07:45 UTC ( [id://1220762]=note: print w/replies, xml ) Need Help??


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

Does adding ** fix it ?

Replies are listed 'Best First'.
Re^3: Active perl Perlapp problem
by harryC (Sexton) on Aug 21, 2018 at 09:15 UTC
    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);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-18 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found