Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for following format: e.g. 7th day of May, 2013 #44

Closed
moizhb opened this issue Mar 31, 2017 · 1 comment
Closed

Support for following format: e.g. 7th day of May, 2013 #44

moizhb opened this issue Mar 31, 2017 · 1 comment

Comments

@moizhb
Copy link

moizhb commented Mar 31, 2017

No description provided.

@akoumjian
Copy link
Owner

This is supported now.

In [4]: text = "7th day of May, 2013"

In [5]: print(list(datefinder.find_dates(text, source=True)))
[(datetime.datetime(2013, 5, 7, 0, 0), '7th day of May, 2013')]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants