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

search_dates not recognizing dd.mm.yyyy #500

Open
anakin87 opened this issue Feb 1, 2019 · 1 comment · May be fixed by #757
Open

search_dates not recognizing dd.mm.yyyy #500

anakin87 opened this issue Feb 1, 2019 · 1 comment · May be fixed by #757

Comments

@anakin87
Copy link

anakin87 commented Feb 1, 2019

search_dates('test 13.07.2016 test')

output:
[('2016', datetime.datetime(2016, 2, 1, 0, 0))]

How to make search_dates recognize this format?
How to pass some date formats to search_dates?

Please help.

@rogerwaldvogel
Copy link

rogerwaldvogel commented Jul 30, 2020

This fix would be very important to me. This format is very common in german texts. It would also be important that the following formats are also recognized: dd.MM.yyyy, HH:mm

@noviluni noviluni linked a pull request Jul 30, 2020 that will close this issue
gavishpoddar added a commit to gavishpoddar/dateparser that referenced this issue Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants