ID EN
Calendar

itermonthdates

Python 3.11

Return an iterator for the month month (1–12) in the year year. This iterator will return all days (as datetime.date objects) for the month and all days before the start of the month or after the end of the month that are required to get a complete week.

Syntax

PYTHON
itermonthdates(year, month)

See Also

datetime.date