Android:如何获取指定日期自 1970 年 1 月 1 日以来的毫秒数?
I have seen this post which explains how to get the number of milliseconds since 1970 for the CURRENT DATE:
how to get the number of seconds passed since 1970 for a date value?
My question is: how to get this value in milliseconds for any date ?
Thanks !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
日历 c = new Calendar();Calendar c = new Calendar();