String pattern = "dd-MM-yyyy"; SimpleDateFormat sdf= new SimpleDateFormat(pattern);. The pattern String parameter used for parsing and ...
確定! 回上一頁