gpt4 book ai didi

javascript - 如何使用 Moment.js 从日期中删除时间?

转载 作者:IT老高 更新时间:2023-10-28 13:13:18 25 4
gpt4 key购买 nike

formatCalendarDate = function (dateTime) {
return moment.utc(dateTime).format('LLL');
};

它显示:“2013 年 2 月 28 日 09:24”

但我想删除最后的时间。我该怎么做?

我正在使用 Moment.js .

最佳答案

很抱歉这么晚才加入,但是如果您想删除 moment() 的时间部分而不是格式化 它,那么代码是:

.startOf('day')

引用:http://momentjs.com/docs/#/manipulating/start-of/

关于javascript - 如何使用 Moment.js 从日期中删除时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15130735/

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