String pattern = "MM-dd-yyyy"; SimpleDateFormat simpleDateFormat = new SimpleDateFormat(pattern);. In the example above the String pattern is ...
確定! 回上一頁