android获取系统时间

来源:互联网 发布:mysql 5.5 linux安装 编辑:程序博客网 时间:2024/05/20 11:47
Date CurDate=new Date(System.currentTimeMillis());
SimpleDateFormat format=new SimpleDateFormat("yyyy-MM-dd HH:mm");
String time=format.format(CurDate);
原创粉丝点击