java.util.Date中的before和after方法只会比较到Day,不管你的date是yyyy-MM-dd HH:mm:ss还是yyyy-MM-dd格式的。最好用getTime()来比较具体compareTo()怎么样,还没有试