我正在使用图书馆:react-calendar 2.1
我的代码:
<Calendar
onChange={this.onChange.bind(this)}
activeStartDate={this.state.today}
/>默认的日期格式是:Tue May 05 2020 00:00:00 GMT+0530 (印度标准时间)。
我想将日期格式更改为:15/05/2020
我也想禁用回溯。
发布于 2022-11-17 12:38:17
矩(YourValues).format(“DD/MM/YYYY”)
https://stackoverflow.com/questions/61821982
复制相似问题