Java.util.Date格式化
String str = new SimpleDateFormat("yyyy-HH-dd HH:mm:ss").format(new Date(System.currentTimeMillis()));