in reply to Re^3: Ovid's "Please Stop Using Perl 3" (Date::Manip)
in thread Ovid's "Please Stop Using Perl 3"
Well I've never cared about the "slow" aspect, I often want it where I have a string which represents a "date and time" and I just pass it to ParseDate() and that "just works".
In many cases strptime would work and I might use that with strftime etc., if it was in core ... but it seems worthless to pull a module in for strptime, when I can just pull Date::Manip in instead.
How do you parse date/time strings?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Ovid's "Please Stop Using Perl 3" (Date::Manip)
by tye (Sage) on Sep 07, 2006 at 18:08 UTC | |
by nevyn (Monk) on Sep 07, 2006 at 20:29 UTC |