-
Notifications
You must be signed in to change notification settings - Fork 466
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
Parsing very short weekday names #1170
Labels
Comments
I don’t think it is by design, and I would expect them to work at least if you pass |
one ques = if you see the above output the date of su is of feb month, but the current month is 06 |
adnan-awan
added a commit
that referenced
this issue
Jan 28, 2024
adnan-awan
added a commit
that referenced
this issue
Jan 28, 2024
- Add three letter name for `wednesday` - #1170
adnan-awan
added a commit
that referenced
this issue
Jan 30, 2024
- Update en.yaml file to support two letters days of the week - #1170
adnan-awan
added a commit
that referenced
this issue
Jan 30, 2024
- Develop method to remove_multiple_occurrences of the day(s) of the week - #1170
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Python 3.10.2/dateparser 1.1.8
Dateparser can identify
Mo/Fr/Sa/Su
as days of the week on their own but notTu/We/Th
- is this by design - perhaps because they'd be ambiguous?The text was updated successfully, but these errors were encountered: