diff --git a/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/list.jsp b/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/list.jsp
index 2376f41..ed3af0f 100644
--- a/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/list.jsp
+++ b/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/list.jsp
@@ -20,7 +20,7 @@
- 단속 년도
-
-
+
- 단속 번호
-
diff --git a/src/main/webapp/resources/xit/common_util.js b/src/main/webapp/resources/xit/common_util.js
index 6b2ee54..de459b8 100644
--- a/src/main/webapp/resources/xit/common_util.js
+++ b/src/main/webapp/resources/xit/common_util.js
@@ -21,6 +21,18 @@ $(document).ready(function () {
});
});
+ $("body").on("focus", ".yearpicker", function () {
+ $(this).inputmask('9999');
+ $(this).datepicker({
+ format: "yyyy",
+ viewMode: "years", // 시작 뷰를 '연도'로 설정
+ minViewMode: "years", // 최소 뷰 단위를 '연도'로 설정
+ format: "yyyy",
+ language: "kr",
+ autoclose: true
+ });
+ });
+
$("body").on("focus", ".timeMask", function () {
$(this).inputmask("(09|19|20|21|22|23):(09|19|29|39|49|59)");
});