时刻。
我正在使用moment issame
,该返回两个日期,以上是false,
moment(new Date('2070-07-27T21:59:59.999Z')).isSame(moment(new Date('2070-07-27T23:00:58.000Z')), 'day');
上面的返回false虽然false虽然是false,虽然当天,
如果任何帮助都可以使用哪种替代方法和准确的方法,则可以使用什么帮助
I am using the moment isSame
which is returning false for two dates which are same,
moment(new Date('2070-07-27T21:59:59.999Z')).isSame(moment(new Date('2070-07-27T23:00:58.000Z')), 'day');
The above returns false though same day, Any help is appreciated
What alternative and accurate method can be used if this doesn't work
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有时刻的经验,但这
不是一个时刻的问题。
编辑:可能的解决方案。
或
或
I have no experience with moment, but
Thus, it's not a moment issue.
Edit: Possible solution. Use the same timezone for both dates.
or
or