Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Date::Manip ParseRecur help needed

by johngg (Canon)
on Jan 10, 2020 at 14:21 UTC ( [id://11111290]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    johngg@shiraz:~/perl/Monks$ perl -Mstrict -Mwarnings -MTime::Piece -MT
    +ime::Seconds -E '
    my $ffJan = Time::Piece->strptime( q{2020/01/01}, q{%Y/%m/%d} );
    ...
    Fri, 15 May 2020 00:00:00 UTC
    Fri, 22 May 2020 00:00:00 UTC
    Fri, 29 May 2020 00:00:00 UTC
    
  2. or download this
    johngg@shiraz:~/perl/Monks$ perl -Mstrict -Mwarnings -MTime::Piece -MT
    +ime::Seconds -E '
    my $endEpoch = Time::Piece->strptime( q{2020/06/01}, q{%Y/%m/%d} )->ep
    +och();
    ...
    Fri, 15 May 2020 00:00:00 UTC
    Fri, 22 May 2020 00:00:00 UTC
    Fri, 29 May 2020 00:00:00 UTC
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (1)
As of 2024-04-18 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found