gpt4 book ai didi

javascript - 将 2014 年 3 月 25 日的日期格式设置为数字

转载 作者:行者123 更新时间:2023-11-28 01:26:26 25 4
gpt4 key购买 nike

有谁知道我如何将 2014 年 3 月 25 日的日期转换为数字,例如 20140325,但目前无法找到任何答案..

谢谢

最佳答案

试试这个:

var myDate = new Date("March 25 2014");
document.write(myDate.getFullYear()+""+("0" + (myDate.getMonth()+1)).substr(-2) + "" + myDate.getDate());

see here demo

关于javascript - 将 2014 年 3 月 25 日的日期格式设置为数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22631275/

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