|
|
|
@ -274,7 +274,7 @@ const CollectionCreateForm = Form.create({ name: 'form_in_modal' })(
|
|
|
|
|
timeIntervals={1}
|
|
|
|
|
timeCaption="Time"
|
|
|
|
|
timeFormat="HH:mm"
|
|
|
|
|
dateFormat="hh:mm"
|
|
|
|
|
dateFormat="HH:mm"
|
|
|
|
|
getPopupContainer={trigger => trigger.parentNode}
|
|
|
|
|
/>
|
|
|
|
|
)}
|
|
|
|
@ -300,7 +300,7 @@ const CollectionCreateForm = Form.create({ name: 'form_in_modal' })(
|
|
|
|
|
maxTime={this.state.dateString===moment().format('YYYY-MM-DD')||this.state.dateString===null?moment().endOf('day').toDate():false}
|
|
|
|
|
timeCaption="Time"
|
|
|
|
|
timeFormat="HH:mm"
|
|
|
|
|
dateFormat="hh:mm"
|
|
|
|
|
dateFormat="HH:mm"
|
|
|
|
|
getPopupContainer={trigger => trigger.parentNode}
|
|
|
|
|
/>
|
|
|
|
|
)}
|
|
|
|
|