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