Java程序以毫秒为单位显示日期和时间
首先,要显示日期和时间,请导入以下软件包。
import java.util.Date;
使用Date类显示当前日期。
Date currentDate = new Date();
现在让我们获得自格林尼治标准时间1970年1月1日以来的毫秒数
long res = currentDate.getTime();
以下是一个示例。
示例
import java.util.Date;
public class Example {
public static void main(String args[]) {
Date currentDate = new Date();
System.out.println("Current date = "+currentDate);
// getting milliseconds since Jan. 1, 1970 GMT
long res = currentDate.getTime();
System.out.println("Milliseconds = " + res);
}
}输出结果
Current date = Mon Nov 19 05:32:19 UTC 2018 Milliseconds = 1542605539301
热门推荐
10 香港老妈结婚祝福语简短
11 毕业立体贺卡祝福语简短
12 简短新年年会祝福语
13 评论小品祝福语大全简短
14 恭喜师兄结婚祝福语简短
15 员工集体辞职祝福语简短
16 高中新生祝福语 简短
17 装修祝福语男生搞笑简短
18 生日开业蛋糕祝福语简短