Python module datefinder - extract dates from text
A python module for locating dates inside text. Use this package to extract all sorts of date like strings from a document and turn them into datetime objects.
This module finds the likely datetime strings and then uses
dateutil
to convert to the datetime object.
Full documentation here.