如何获取当前时间与第二天设定时间之间的时差?
我设计了一个应用程序,在其中发送推送通知。该通知是根据时间间隔生成的。该时间间隔根据当前时间与第二天所选时间的差计算。所以我遇到一个问题,那就是如何设置我想要设置的接下来几天的时间?第二个问题是如何获得它们之间的差异?
I have designed an application in which i am sending a push notification. That notification generate on the base of time interval. That time interval calculate from difference of current time and selected time of next day. So i get a problem that is how i set time for next days which i want to set? And second problem is how get difference between them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是获取明天某个时间的时间间隔的代码:
Here is code to get the time interval to a time tomorrow: