java 格式化時間

模式化long   SimpleDateFormat sdf = new SimpleDateFormat("", Locale.SIMPLIFIED_CHINESE); sdf.applyPattern("yyyy年MM月dd日 HH時mm分ss秒"); System.out.println(sdf.format(System.currentTimeMillis())); 格式化Date
相關文章
相關標籤/搜索