bf570c6ad517d944a51571a541dd519537997be3
humandate
Parse human-readable dates in Python.
Usage
from humandate import parse_date
print(parse_date('next month'))
print(parse_date('I was there an hour ago!'))
print(parse_date('Our event will be held at 12 tomorrow!'))
For more examples see tests.py
Description
Languages
Python
100%