this.endHour = this.range.endDate
      ? this.range.endDate.getHours() % 12
      : +moment('2001-01-01T00:00:00').format('hh') % 12;