gpt4 book ai didi

javascript - 仅比较日期中的时间 - javascript

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

如何比较js中的时间?假设我有 2 个约会:

date1 = Tue Apr 11 2017 12:30:00
date2 = Tue Apr 7 2017 02:30:00

现在我想做 if 语句

if(time of the day in date1 is after time of the day in date2) {
// do something
}

我怎样才能以干净、漂亮的方式实现这一点?

最佳答案

如果您可以使用第 3 方库,请查看 moment library 。它有一个 isBeforeisAfter应该做你想做的事情的方法。

如果您无法使用第 3 方库,则可以使用 getHours()getMinutes()getSeconds() > Date 对象的属性。

关于javascript - 仅比较日期中的时间 - javascript,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43278978/

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