Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: How to subtract date by 1 day

by andreas1234567 (Vicar)
on Dec 13, 2007 at 10:31 UTC ( [id://656797]=note: print w/replies, xml ) Need Help??


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

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://656797]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found