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

Re^2: Determining the dayname for the last day of any given month

by ikegami (Patriarch)
on Jun 20, 2006 at 15:40 UTC ( [id://556433]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my ($y, $m) = ($year-1900, $month-1);
    
      # Day before the first of next month:
      my $last = timelocal_nocheck(0, 0, 0, 1-1, $m+1, $y);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 18:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found