Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: What about Easter?

by themage (Friar)
on Jul 25, 2005 at 12:19 UTC ( [id://477772]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $H = int($C - ($C / 4) - ((8*$C+13) / 25) + 19*$G + 15) % 30;
    
  2. or download this
    $H = ($C - int($C / 4) - int((8*$C+13) / 25) + 19*$G + 15) % 30;
    
  3. or download this
    
    sub easter_date {
    ...
      return sprintf("%04d-%02d-%02d", $y, $m, $d);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://477772]
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: (3)
As of 2024-03-29 05:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found