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

Re: Active perl Perlapp problem

by harryC (Sexton)
on Aug 20, 2018 at 10:25 UTC ( [id://1220700]=note: print w/replies, xml ) Need Help??


in reply to Active perl Perlapp problem

Hi
I use
perlapp --add DateTime:: --norunlib --exe datetimeproblem.exe --perl c:\perl\bin\perl.exe datetimeproblem.pl
RGDS Harry C

Replies are listed 'Best First'.
Re^2: Active perl Perlapp problem
by Anonymous Monk on Aug 21, 2018 at 07:45 UTC
    Does adding ** fix it ?
      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://1220700]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found