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