Help for this page

Select Code to Download


  1. or download this
        my $dt = DateTime->new(year=>$year, month=>11);
        $dt->add( days=>(4-$dt->dow())%7, weeks=>3 );