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
The following fails to find any dates datefinder.find_dates("9/15/27 144A"). I think datefinder wants to treat the 144A as an hour component, but it fails since 144A is not a valid hour. If I put a valid hour like "9/15/27 12", it parses the 12 as an hour component. A potential solution would be to allow the user to specify that they only want to find dates and not any time components.
The text was updated successfully, but these errors were encountered:
The following fails to find any dates
datefinder.find_dates("9/15/27 144A")
. I think datefinder wants to treat the 144A as an hour component, but it fails since 144A is not a valid hour. If I put a valid hour like"9/15/27 12"
, it parses the 12 as an hour component. A potential solution would be to allow the user to specify that they only want to find dates and not any time components.The text was updated successfully, but these errors were encountered: