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
Hello,
Is it Possible to change the day to result in past not future?
E.g. from timefhuman import timefhuman now = datetime.datetime(year=2019, month=9, day=8) s=timefhuman("Friday",now=now)
This would give this : datetime.datetime(2019, 9, 13, 0, 0)
which is the next Friday. So is it possible to change the next to the past to give the date of the last Friday without adding any expression to indicate the past.
The text was updated successfully, but these errors were encountered:
Hello,
Is it Possible to change the day to result in past not future?
E.g.
from timefhuman import timefhuman now = datetime.datetime(year=2019, month=9, day=8) s=timefhuman("Friday",now=now)
This would give this :
datetime.datetime(2019, 9, 13, 0, 0)
which is the next Friday. So is it possible to change the next to the past to give the date of the last Friday without adding any expression to indicate the past.
The text was updated successfully, but these errors were encountered: