java判断两个时间是否同一天
解决方法:
判断今天是不是2019-02-25这一天
import org.apache.commons.lang.time.DateUtils;
DateUtils.isSameDay(new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse("2019-02-25 13:47:30"),new Date())
java判断两个时间是否同一天
解决方法:
判断今天是不是2019-02-25这一天
import org.apache.commons.lang.time.DateUtils;
DateUtils.isSameDay(new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse("2019-02-25 13:47:30"),new Date())
有建议,请留言!