import datetime import calendar
days.py
days_list = list(set([day for day in cal.itermonthdays(
datetime.datetime.today().year, datetime.datetime.today().month)]))[1:]
#By changing the year and month, you can get a date list of any month and day.
Recommended Posts