gpt4 book ai didi

javascript - 如何转换日期 --- Wed Feb 27 2019 11 :11:16 GMT+0530 (India Standard Time) to 27-Feb-2019 format in React JS

转载 作者:行者123 更新时间:2023-11-30 09:16:08 24 4
gpt4 key购买 nike

我从日期选择器中获取的日期为 2019 年 2 月 27 日星期三 11:11:16 GMT+0530(印度标准时间)。现在我已将其转换为 27-Feb-2019 格式。请为此建议我任何最简单的方法。

var d=(日期); 警报(d);

enter image description here

最佳答案

使用矩库

console.log(moment(new Date('Wed Feb 27 2019')).format('DD-MMM-YYYY'));

console.log(moment(new Date('Wed Feb 27 2019 11:11:16 GMT+0530 (India Standard Time)')).format('DD-MMM-YYYY'));
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>

关于javascript - 如何转换日期 --- Wed Feb 27 2019 11 :11:16 GMT+0530 (India Standard Time) to 27-Feb-2019 format in React JS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54996191/

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