Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

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

by ambrus (Abbot)
on Jun 19, 2006 at 13:58 UTC ( [id://556255]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Date::Manip; 
    $input = "June 2006"; 
    ...
    $lastofmonth = DateCalc($thismonth, "+1 month -1 day");
    $dow_lastofmonth = UnixDate($lastofmonth, "%A\n"); 
    print $dow_lastofmonth;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found