看一看
SimpleDateFormat。该代码是这样的:
SimpleDateFormat fromUser = new SimpleDateFormat("dd/MM/yyyy");SimpleDateFormat myFormat = new SimpleDateFormat("yyyy-MM-dd");try { String reformattedStr = myFormat.format(fromUser.parse(inputString));} catch (ParseException e) { e.printStackTrace();}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)