如何验证日期的逻辑性就是这个2007-12-11日期是否是有效日期[解决办法]SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");sdf.setLenient(false);