SimpleDateFormat sDateFormat = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); String date = sDateFormat.format(new java.util.Date());
yyyy-MM-dd hh:mm:ss形式为 年-月-日 时-分-秒
Calendar calendar = Calendar.getInstance();
calendar.getTimeInMillis();//返回系统时间的毫秒
android之获取当前系统时间,布布扣,bubuko.com
原文:http://www.cnblogs.com/zyppac/p/3597275.html