} else {
      if (this.range.endDate) {
        const hourClone = this.range.endDate.getHours();
        if (newVal === 'AM' && this.endAmPmVal === 'PM') {
          this.range.endDate.setHours(hourClone - 12);