if (type === 'start') {
      if (this.range.startDate) {
        const hourClone = this.range.startDate.getHours();
        if (newVal === 'AM' && this.startAmPmVal === 'PM') {
          this.range.startDate.setHours(hourClone - 12);