We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python -c 'import dateparser as D;p=D.DateDataParser(languages=["hu"]);print(p.get_date_data("október 29., péntek 9:13"))' {'date_obj': datetime.datetime(2029, 10, 1, 9, 13), 'period': 'day', 'locale': 'hu'}
vs
python -c 'import dateparser as D;p=D.DateDataParser(languages=["en"]);print(p.get_date_data("october 29., friday 9:13"))' {'date_obj': datetime.datetime(2021, 10, 29, 9, 13), 'period': 'day', 'locale': 'en'}
The text was updated successfully, but these errors were encountered:
Using #941 branch doesn't fix the problem
Sorry, something went wrong.
No branches or pull requests
vs
The text was updated successfully, but these errors were encountered: