码迷,mamicode.com
首页 > 编程语言 > 详细

Java时间戳

时间:2017-04-07 11:55:06      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:date()   方式   时间   速度   nbsp   end   sys   get   gettime   

//方法 一
System.currentTimeMillis();
//方法 二
Calendar.getInstance().getTimeInMillis();
//方法 三
new Date().getTime();

 

System.currentTimeMillis() 这种方式速度最快

Java时间戳

标签:date()   方式   时间   速度   nbsp   end   sys   get   gettime   

原文地址:http://www.cnblogs.com/beidongxing/p/6677414.html

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