格式化日期-6ren"> 格式化日期-我必须将日期格式化为 DD-MMM-YYYY 格式。我正在使用reactjs。该日期在 IE 中采用格式,但在 Google Chrome 中则没有。请提出建议。 最佳答案 这实际上与 React -6ren">
gpt4 book ai didi

ReactJS <输入类型 ="date"> 格式化日期

转载 作者:行者123 更新时间:2023-12-03 13:29:09 24 4
gpt4 key购买 nike

我必须将日期格式化为 DD-MMM-YYYY 格式。我正在使用reactjs。该日期在 IE 中采用格式,但在 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 } />

最佳答案

这实际上与 React 无关。对于 <input type="date" />值,浏览器期望 value日期位于 YYYY-MM-DD格式。

参见Is there any way to change input type="date" format?了解更多信息。

关于ReactJS <输入类型 ="date"> 格式化日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45397107/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com