I'd like to check the days for a given month . For an instance, if I input year 2017 and month 2 or February , I would like to receive all dates for that month, in this case 01-28.02.2017.
Is it possible to do in Python? Was trying to find something using google, but unsuccessfully.
Thanks in advance,