daysInMonth(a, b) {
    const validDate = this._validate(
      a,
      b,
      this._minDay,