Vérifiez si la date est ce mois-ci JS

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