Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: How to subtract date by 1 day

by ewhitt (Scribe)
on Dec 13, 2007 at 10:22 UTC ( [id://656793]=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

Thanks everyone for your input. 2008-01-01 seems to break things. Date::Simple returns 2007-00-01.

Replies are listed 'Best First'.
Re^3: How to subtract date by 1 day
by andreas1234567 (Vicar) on Dec 13, 2007 at 10:31 UTC
    Date::Simple (3.02) works for me (on Linux):
    use strict; use warnings; use Date::Simple qw(date); my $d = date("2008-01-01"); my $yesterday = $d - 1; print $yesterday; __END__ 2007-12-31
    Check the test reports and consider filing a bug report if the latest version doesn't work for you.
    --
    Andreas

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-24 03:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found