Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: big bug in Date::Calc?

by choroba (Cardinal)
on Feb 19, 2013 at 11:30 UTC ( [id://1019525]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
    }
    print "First week of 2013: ".weekToDays ( 1, 2013) ."\n" ;
    print "Second week of 2013: ".weekToDays ( 2, 2013) ."\n" ;
    
  2. or download this
    First week of 2013: 31/12/2012 to 6/1/2013
    Second week of 2013: 7/1/2013 to 13/1/2013
    
  3. or download this
    my ($y, $m, $d) = Add_Delta_Days($year2, $month, $day, 6);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found