Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Date::Manip

by ZZamboni (Curate)
on Sep 14, 2000 at 05:05 UTC ( [id://32410]=modulereview: print w/replies, xml ) Need Help??

Item Description: Powerful date parsing, arithmetic and other manipulation

Review Synopsis: Big module, but worth it for flexible parsing and complex manipulation tasks

Date::Manip is often referred to as a large, monolithic and impractical module. And at almost three times the size of Date::Calc (which is itself referred to as large and monolithic), it is certainly a large module. However, it provides some useful high-level functions, including very flexible parsing capabilities.

The Good

I have found Date::Manip to be useful primarily for its date parsing capabilities. It can parse many different human-readable date specifications. You can say things like:
ParseDate('today at midnight') ParseDate('in 3 weeks') ParseDate('1 year ago') ParseDate('3rd monday in october') ParseDate('3rd monday in october at 5 pm') ParseDate('in 3 hours') ParseDate('december 3, 1970')
and they will all parse correctly. Date::Manip also handles concepts of work days and holidays, date deltas (for example, "in 3 weeks" can be parsed both as a date and as a delta), recurrent events, and named events. From its internal representation, it can output dates in any format you may need.

The documentation is quite extensive and detailed, although it is somewhat confusing in parts.

The Bad

It is a very large module.

The Bottom Line

If you need powerful date parsing capabilities, or other high-level functions (like recurrence, work/holiday days, etc.), Date::Manip is for you. For most other things it may be overkill.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-03-28 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found