Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Re: Compare Date

by shotgunefx (Parson)
on Mar 05, 2002 at 12:10 UTC ( #149337=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Compare Date
in thread Compare Date

Date::Calc is a good module. A search for Date on CPAN returns a lot of results. Another one that looks interesting is Class::Date (has relative date functions). I've never used that later but it's worth looking into.

I think one thing you have to figure out right off the bat is how to handle messages that should be sent on dates that don't occur every month.

-Lee

"To be civilized is to deny one's nature."
Update

Date::Calc looks like it will do what you want.
($year,$month,$day) = Add_Delta_YMD($year,$month,$day, $Dy,$Dm,$Dd);
From the docs...
If the resulting date happens to fall on a day beyond the end of the resulting month, like the 31st of April or the 29th of February (in non-leap years), then the day is replaced by the last valid day of that month in that year (e.g., the 30th of April or 28th of February). BEWARE that this behaviour differs from that of previous versions of this module!

Replies are listed 'Best First'.
Object-Oriented Date Modules - Re: Re: Re: Re: Compare Date
by metadoktor (Hermit) on Mar 05, 2002 at 12:27 UTC
    Date::Calc is certainly a good module, but if you want an object-oriented approach you may want to investigate Date::Handler or Class::Date on CPAN. I've used Date::Handler and it seems to work pretty well.

    metadoktor

    "The doktor is in."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2023-12-05 14:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (27 votes). Check out past polls.

    Notices?