Returns whether the given date is same month with the comparison date
Optional
the date to check
the date to compare
whether compare deeply with year
whether the given date is same month with the comparison date
isSameMonth(new Date(2023, 8, 1), new Date(2023, 8, 30)); // true Copy
isSameMonth(new Date(2023, 8, 1), new Date(2023, 8, 30)); // true
Returns whether the given date is same month with the comparison date