For a given date, figure out its month and return all of the dates for that month.

dates_in_month(date)

Arguments

date

Date as string or date object

Value

Sequence of dates from the first to the last day of the month.