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

Re: Generate a date stamp of today less a date interval

by dave0 (Friar)
on Dec 20, 2005 at 04:57 UTC ( [id://517969]=note: print w/replies, xml ) Need Help??


in reply to Generate a date stamp of today less a date interval

Here's another option, using the DateTime modules:
use DateTime; my $date = DateTime->now->subtract( DateTime::Duration->new( months => 13 ) ); my $date_limit = $date->dmy;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-09-07 18:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.