java获取系统当前时间

String now = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(Calendar.getInstance().getTime());

 

很常用,又常忘记的

你可能感兴趣的:(java,String)