onDateChange = date => {
    const newState = setValue({
      ...this.props,
      date
    });