获取系统时间 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

相关文章
相关标签/搜索