summaryrefslogtreecommitdiff
path: root/devel/p5-Date-Extract/pkg-descr
blob: 01b7dde139d7b1f4ed83473157c6107594c17255 (plain)
1
2
3
4
5
6
7
8
Date::Extract takes an arbitrary block of text, searches it for
something that looks like a date string, and builds a DateTime object
out of it.  By design it will produce few false positives. This means
it will not catch nearly everything that looks like a date string. So
if you have the string "do homework for class 2019" it won't return a
DateTime object with the year set to 2019.

WWW: http://search.cpan.org/dist/Date-Extract/