In the table that’s the target of your rollup, add a formula field with the following formula (changing {Date}
to the field containing the date you want to compare against):
MONTH(Date) = MONTH(NOW())
That will return a 0 or 1 if the date is in the current month. In your rollup condition, have it grab records where that field’s output is 1.