Example #1
0
  constructor(props) {
    super(props);

    this.state = {
      date: CalendarStore.getData().date
    }
  }
Example #2
0
 onStatusChange() {
   this.setState({
     date: CalendarStore.getData().date
   });
 }