我必须格式化要格式化的日期DD-MMM-YYYY
。我正在使用 reactjs。日期格式为IE
但not in Google Chrome
。请建议。
<input name="requested_order_ship_date" type="date"
disabled={ this.state.mode }
value={ moment(this.state.item.requested_order_ship_date).format("DD-MMM-YYYY") }
className="form-control" onChange={ this.handleInputChange } />