码迷,mamicode.com
首页 > 其他好文 > 详细

1970年1月1日到现在的毫秒数

时间:2016-08-28 20:48:08      阅读:857      评论:0      收藏:0      [点我收藏+]

标签:

Long time = new Date().getTime();
/**
* Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
* represented by this <tt>Date</tt> object.
*
* @return  the number of milliseconds since January 1, 1970, 00:00:00 GMT
*          represented by this date.
*/
public long getTime() {
    return getTimeImpl();
}

 

1970年1月1日到现在的毫秒数

标签:

原文地址:http://www.cnblogs.com/winner-0715/p/5815872.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!