Überprüfen Sie, ob das Datum in diesem Monat JS ist JS

  const isInRage = moment(dateToCheck).isBetween(startMonth, endOfMonth);
Busy Buzzard