|
|
|
@ -271,7 +271,7 @@ const CollectionCreateForm = Form.create({ name: 'form_in_modal' })(
|
|
|
|
|
onChange={date => this.handleChangestart_time(date)}
|
|
|
|
|
showTimeSelect
|
|
|
|
|
showTimeSelectOnly
|
|
|
|
|
timeIntervals={1}
|
|
|
|
|
timeIntervals={10}
|
|
|
|
|
timeCaption="Time"
|
|
|
|
|
timeFormat="HH:mm"
|
|
|
|
|
dateFormat="HH:mm"
|
|
|
|
@ -295,7 +295,7 @@ const CollectionCreateForm = Form.create({ name: 'form_in_modal' })(
|
|
|
|
|
onChange={date => this.handleChangeend_time(date)}
|
|
|
|
|
showTimeSelect
|
|
|
|
|
showTimeSelectOnly
|
|
|
|
|
timeIntervals={1}
|
|
|
|
|
timeIntervals={10}
|
|
|
|
|
minTime={this.state.dateString===moment().format('YYYY-MM-DD')||this.state.dateString===null?new Date():false}
|
|
|
|
|
maxTime={this.state.dateString===moment().format('YYYY-MM-DD')||this.state.dateString===null?moment().endOf('day').toDate():false}
|
|
|
|
|
timeCaption="Time"
|
|
|
|
|