SimpleDateFormat sdf = new SimpleDateFormat("dd/M/yyyy"); String date = sdf.format(new Date());. Refer SimpleDateFormat ...
確定! 回上一頁