Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: RFC: List of first day of each month

by 1nickt (Canon)
on Jan 31, 2020 at 15:53 UTC ( [id://11112186]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use v5.10;
    use Time::Moment;
    ...
    my $tm2 = Time::Moment->now;
    
    $tm1 = (say $tm1->strftime('%c') and $tm1->plus_months(1)) while $tm1 
    +<= $tm2;
    
  2. or download this
    Mon Jul  1 00:00:00 2019
    Thu Aug  1 00:00:00 2019
    ...
    Fri Nov  1 00:00:00 2019
    Sun Dec  1 00:00:00 2019
    Wed Jan  1 00:00:00 2020
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (8)
As of 2024-04-18 11:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found