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

Re: DATE =TO= DAY OF WEEK

by plaid (Chaplain)
on May 05, 2000 at 03:38 UTC ( [id://10289]=note: print w/replies, xml ) Need Help??


in reply to DATE =TO= DAY OF WEEK

Either of the above mentioned ways will work.. however, I would recommend using the Date::Calc method for one main reason: It's not dependant on the number of bits that the underlying machine uses to store its dates in. Both will work the same way for dates between the years 1901 and 2038 (roughly), but beyond that range, localtime will return incorrect values on 32 bit systems (which all x86 machines still are). I don't know if this will be an issue for you, but it's a good thing to know.

On a minor issue, you might also prefer Date::Calc because it lets you specify dates in a more intuitive way than Time::Local, which makes you subtract 1 from the month, since it's 0 based, and subtract 1900 from the year (I believe).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-26 07:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found