Java學習筆記整理-時間工具整理

一.Date 定義:Date date=new Date();//獲取系統當前時間 格式定義:1.傳一個構造器DateFormat;2.定義一個格數 例如: DateFormat df=new SimpleDateFormat(「yyyy/MM/dd HH:mm:ss」) String str=df.format(d1) 相關方法: 1.after(Date when)測試此日期是否在指定日期之後
相關文章
相關標籤/搜索