摘要:
public static void main(String[] args) { //1.日期转字符串 Date date = new Date(); String strDateFormat = "yyyy-MM-dd HH:mm:ss"; SimpleDateFormat sdf = new S 阅读全文
摘要:
public static void main(String[] args) { String [] dateArray = {"2013-04-01","2013-04-08","2013-04-28","2013-04-08", "2013-11-11"}; showMaxDate(dateAr 阅读全文