Convert java.util.Date to String. Format formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String s = formatter.format(date);.
確定! 回上一頁