Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: How to subtract date by 1 day

by Anonymous Monk
on Apr 08, 2020 at 12:51 UTC ( [id://11115221]=note: print w/replies, xml ) Need Help??


in reply to Re: How to subtract date by 1 day
in thread How to subtract date by 1 day

Leap year evaluation condition need to be updated-
(((($y%4) == 0) && (($y%100) !=0)) || (($y%400) ==0) )

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-18 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found