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
I need a method for date - strptime. This will allow you to get rid of unnecessary conversions from datetime to date.
I'd like to only work with date objects.
It's great that you have the strftime method for date. But strptime is missing.
I would like to emphasize that I would not like to once again create a datetime object, fill it with empty values, and then convert it to date.
Feature or enhancement
Proposal:
Has this already been discussed elsewhere?
No
Links to previous discussion of this feature:
I need a method for date - strptime. This will allow you to get rid of unnecessary conversions from datetime to date.
I'd like to only work with date objects.
It's great that you have the
strftime
method for date. Butstrptime
is missing.I would like to emphasize that I would not like to once again create a datetime object, fill it with empty values, and then convert it to date.
The text was updated successfully, but these errors were encountered: