Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How do I Compare Dates

by djlerman (Sexton)
on Jul 08, 2011 at 20:55 UTC ( [id://913425]=note: print w/replies, xml ) Need Help??


in reply to How do I Compare Dates

for the answer provided by tenatious.

Why does one need to calculate the date?
$dv1 = $d+31*$m+365*$y; $dv2 = $d+31*$m+365*$y;
Couldn't it just be:
$dv1 = $yyyymmdd $dv2 = $yyyymmdd

Originally posted as a Categorized Answer.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-16 04:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found