String date = LocalDate.parse("2014-05-04").format(DateTimeFormatter.ISo_DATE_TIME); System.out.println(date); } What is the result?
確定! 回上一頁