獲取系統時間 yyyy-MM-dd hh:mm:ss

 SimpleDateFormat    sDateFormat    =   new    SimpleDateFormat("yyyy-MM-dd    hh:mm:ss");       

  Date    curDate    =   new    Date(System.currentTimeMillis());//獲取當前時間
  String    date    =    sDateFormat.format(curDate);ionbean.size==="+ date);ide

相關文章
相關標籤/搜索