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

你可能感兴趣的:(yyyy-mm-dd, ,获取系统时间,hh:mm:ss)