>>> from datetime import datetime, timedelta
>>> datetime.strftime(datetime.now() - timedelta(1), '%Y-%m-%d')
'2015-05-26'
from datetime import datetime, timedelta
today = datetime.today()
yesterday = today - timedelta(days=1)
one_week_ago = today - timedelta(days=7)
thirty_days_ago = today - timedelta(days=30)
Code Example |
---|
Python :: string module in python |
:: dataframe to txt |
Python :: |
:: |
:: |
Python :: how to do forward feature selection in python |
Python :: how to read excel file in jupyter notebook |
Python :: |
Python :: pandas convert column to index |
:: seaborn increace figure size |
:: tkinter draw circle |
Python :: python playsound stop |
Python :: determinant of a matrix in python |
Python :: python get list of files in path |
:: pyspark find columns with null values |
Python :: check odd numbers numpy |
Python :: python random email generator |
Python :: |
:: how to make otp generator in python |
Python :: how to send audio with inline telebot |
:: |
:: |
:: django and react url conflict |
:: |
Python :: |
Python :: scikit learn ridge classifier |
:: |
Python :: |
:: find geomean of a df |
Python :: |