You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0730-04-06 00:00:00
Something not right here, it has used the time component for the Year even though the '/25' and date order was specified. Anyway, thanks for the library, I think it is very useful.
The text was updated successfully, but these errors were encountered:
HI, thanks for date parser. I am experimenting with collecting freehand dates and times entered into resource tags. I have tried the following:
print(dateparser.parse('6/4/25 7', settings={'DATE_ORDER': 'DMY', 'PREFER_DAY_OF_MONTH': 'first', "PREFER_MONTH_OF_YEAR": "current"}))
print(dateparser.parse('Monday', settings={'DATE_ORDER': 'DMY', 'PREFER_DAY_OF_MONTH': 'first', "PREFER_MONTH_OF_YEAR": "current"}))
print(dateparser.parse('6/4/25 0730', settings={'DATE_ORDER': 'DMY', 'PREFER_DAY_OF_MONTH': 'first', "PREFER_MONTH_OF_YEAR": "current"}))
The text was updated successfully, but these errors were encountered: