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:]
#年月を変えれば、任意の月日の日付リストが得られる。
Go to list of users who liked
More than 5 years have passed since last update.
import datetime
import calendar
days_list = list(set([day for day in cal.itermonthdays(
datetime.datetime.today().year, datetime.datetime.today().month)]))[1:]
#年月を変えれば、任意の月日の日付リストが得られる。
Register as a new user and use Qiita more conveniently
Go to list of users who liked