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
My objective is is to take Date instance and render as MM/DD/YYYY but I get the error AttributeError: 'whenever.Date' object has no attribute 'strptime' with the following code:
from whenever import Date, days, Instant
_ = Date.today_in_system_tz()
print(_.strptime("%m/%d/%Y"))
The text was updated successfully, but these errors were encountered:
My objective is is to take
Date
instance and render asMM/DD/YYYY
but I get the errorAttributeError: 'whenever.Date' object has no attribute 'strptime'
with the following code:The text was updated successfully, but these errors were encountered: