Help for this page

Select Code to Download


  1. or download this
    use POSIX 'strftime';
    my @t = (localtime(time));
    ...
    print "beg = $monthly_date_beg\n";
    print "end = $monthly_date_end\n";