날짜 비교해서 팝업을 내리고 싶었다. java 파일을 올리면 서버를 또 죽였다 살려야하니깐 JSP 페이지에서 처리 하고 싶었다. popupEndDate가 Date 타입으로 날짜를 지정해줘야해서 조금 번거롭지만 Calendar를 사용해 년 / 월 / 일자를 등록 해줘야한다. java.util.Date 클래스에 있는 before 함수를 사용했다. /** * Tests if this date is before the specified date. * * @param when a date. * @return {@code true} if and only if the instant of time * represented by this {@code Date} object is strictly * earlier than..