DatePicker 라이브러리 변경(jQuery UI -> bootstrap-datepicker)

main
이범준 10 months ago
parent af406fc158
commit 83b01dc2eb

@ -35,7 +35,8 @@
<link rel="stylesheet" href="<c:url value="/resources/css/fims/framework/common/common.css"/>"/> <link rel="stylesheet" href="<c:url value="/resources/css/fims/framework/common/common.css"/>"/>
<link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css"/>" />
<link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/datepicker/datepicker.css"/>" />
<link rel="stylesheet" href="<c:url value="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css"/>" />
</head> </head>
<body> <body>

@ -35,7 +35,7 @@
<link rel="stylesheet" href="<c:url value="/resources/css/fims/framework/common/common.css"/>"/> <link rel="stylesheet" href="<c:url value="/resources/css/fims/framework/common/common.css"/>"/>
<link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css"/>" />
<link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/datepicker/datepicker.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css"/>" />
<link rel="stylesheet" href="<c:url value="/resources/lib/fims/biz/paintweb/style/style.css"/>?${ver}" /> <link rel="stylesheet" href="<c:url value="/resources/lib/fims/biz/paintweb/style/style.css"/>?${ver}" />
</head> </head>

@ -28,7 +28,8 @@
<link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/> <link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/>
<link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" /> <link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" />
<link rel="stylesheet" href="/resources/lib/fims/framework/datepicker/datepicker.css" />
<link rel="stylesheet" href="<c:url value="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css"/>" />
<title>사용자정보</title> <title>사용자정보</title>

@ -37,7 +37,7 @@
<link rel="stylesheet" href="<c:url value="/resources/css/fims/framework/common/common.css"/>"/> <link rel="stylesheet" href="<c:url value="/resources/css/fims/framework/common/common.css"/>"/>
<link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css"/>" />
<link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/datepicker/datepicker.css"/>" />
<link rel="stylesheet" href="<c:url value="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css"/>" />
</head> </head>

@ -10,12 +10,13 @@
<!-- Core JS --> <!-- Core JS -->
<!-- build:js assets/vendor/js/core.js --> <!-- build:js assets/vendor/js/core.js -->
<script src="<c:url value="/resources/3rd-party/sneat/libs/popper/popper.js?${ver}"/>"></script> <script src="<c:url value="/resources/3rd-party/sneat/libs/popper/popper.js?${ver}"/>"></script>
<script src="<c:url value="/resources/3rd-party/sneat/js/bootstrap.js?${ver}"/>"></script> <script src="<c:url value="/resources/3rd-party/sneat/js/bootstrap.js?${ver}"/>"></script>
<script src="<c:url value="/resources/3rd-party/sneat/libs/jquery/jquery.js?${ver}"/>"></script> <script src="<c:url value="/resources/3rd-party/sneat/libs/jquery/jquery.js?${ver}"/>"></script>
<script src="<c:url value="/resources/3rd-party/sneat/libs/perfect-scrollbar/perfect-scrollbar.js?${ver}"/>"></script> <script src="<c:url value="/resources/3rd-party/sneat/libs/perfect-scrollbar/perfect-scrollbar.js?${ver}"/>"></script>
<!-- 데이트픽커 -->
<script src="<c:url value="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.js?${ver}"/>"></script>
<script src="<c:url value="/resources/3rd-party/bootstrap-datepicker/bootstrap-datepicker-support.js?${ver}"/>"></script>
<script src="<c:url value="/resources/3rd-party/sneat/js/menu.js?${ver}"/>"></script> <script src="<c:url value="/resources/3rd-party/sneat/js/menu.js?${ver}"/>"></script>
<script src="<c:url value="/resources/3rd-party/sneat/libs/jstree/jstree.js?${ver}"/>"></script> <script src="<c:url value="/resources/3rd-party/sneat/libs/jstree/jstree.js?${ver}"/>"></script>
@ -26,6 +27,7 @@
<script src="<c:url value="/resources/lib/fims/framework/jquery-ui/1.13.2/jquery-ui.js?${ver}"/>"></script> <script src="<c:url value="/resources/lib/fims/framework/jquery-ui/1.13.2/jquery-ui.js?${ver}"/>"></script>
<!-- base --> <!-- base -->
<script src="<c:url value="/resources/js/base/base.js?${ver}"/>"></script> <script src="<c:url value="/resources/js/base/base.js?${ver}"/>"></script>
<script src="<c:url value="/resources/js/base/base-fims.js?${ver}"/>"></script> <script src="<c:url value="/resources/js/base/base-fims.js?${ver}"/>"></script>
@ -40,14 +42,15 @@
<script src="<c:url value="/resources/js/base/user.js?${ver}"/>"></script> <script src="<c:url value="/resources/js/base/user.js?${ver}"/>"></script>
<script src="<c:url value="/resources/js/base/authority.js?${ver}"/>"></script> <script src="<c:url value="/resources/js/base/authority.js?${ver}"/>"></script>
<!-- vaildation 관련 유틸 --> <!-- vaildation 관련 유틸 -->
<script src="<c:url value="/resources/js/fims/framework/cmm/cmmUtil.js?${ver}"/>"></script> <script src="<c:url value="/resources/js/fims/framework/cmm/cmmUtil.js?${ver}"/>"></script>
<!-- 날짜 관련 유틸 --> <!-- 날짜 관련 유틸 -->
<script src="<c:url value="/resources/js/fims/framework/cmm/cmmDateUtil.js?${ver}"/>"></script> <script src="<c:url value="/resources/js/fims/framework/cmm/cmmDateUtil.js?${ver}"/>"></script>
<!-- 업무별 기능 유틸 --> <!-- 업무별 기능 유틸 -->
<script src="<c:url value="/resources/js/fims/framework/cmm/taskUtil.js?${ver}"/>"></script> <script src="<c:url value="/resources/js/fims/framework/cmm/taskUtil.js?${ver}"/>"></script>
<!-- 데이트픽커 -->
<script src="<c:url value="/resources/lib/fims/framework/datepicker/datepicker.js?${ver}"/>"></script>
<!-- 초기화 유틸 --> <!-- 초기화 유틸 -->
<script src="<c:url value="/resources/js/fims/framework/cmm/initAfterPageLoad.js?${ver}"/>"></script> <script src="<c:url value="/resources/js/fims/framework/cmm/initAfterPageLoad.js?${ver}"/>"></script>
<!-- 검색 유틸 --> <!-- 검색 유틸 -->

@ -36,7 +36,8 @@
<link rel="stylesheet" href="<c:url value="/resources/css/fims/framework/common/common.css"/>"/> <link rel="stylesheet" href="<c:url value="/resources/css/fims/framework/common/common.css"/>"/>
<link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css"/>" /> <link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css"/>" />
<link rel="stylesheet" href="<c:url value="/resources/lib/fims/framework/datepicker/datepicker.css"/>" />
<link rel="stylesheet" href="<c:url value="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css"/>" />
<link href="<c:url value='/'/>resources/css/fims/framework/oldcommon.css" rel="stylesheet" type="text/css" > <link href="<c:url value='/'/>resources/css/fims/framework/oldcommon.css" rel="stylesheet" type="text/css" >

@ -0,0 +1,80 @@
$.fn.datepicker.makeTemplate = function(){
this.DPGlobal.template = '<div class="datepicker">'+
'<div class="datepicker-days">'+
'<table class="table-condensed">'+
this.DPGlobal.headTemplate+
'<tbody></tbody>'+
this.DPGlobal.footTemplate+
'</table>'+
'</div>'+
'<div class="datepicker-months">'+
'<table class="table-condensed">'+
this.DPGlobal.headTemplate+
this.DPGlobal.contTemplate+
this.DPGlobal.footTemplate+
'</table>'+
'</div>'+
'<div class="datepicker-years">'+
'<table class="table-condensed">'+
this.DPGlobal.headTemplate+
this.DPGlobal.contTemplate+
this.DPGlobal.footTemplate+
'</table>'+
'</div>'+
'<div class="datepicker-decades">'+
'<table class="table-condensed">'+
this.DPGlobal.headTemplate+
this.DPGlobal.contTemplate+
this.DPGlobal.footTemplate+
'</table>'+
'</div>'+
'<div class="datepicker-centuries">'+
'<table class="table-condensed">'+
this.DPGlobal.headTemplate+
this.DPGlobal.contTemplate+
this.DPGlobal.footTemplate+
'</table>'+
'</div>'+
'</div>';
};
$.fn.datepicker.addKo = function(){
this.dates['ko'] = {
days: ["일","월","화","수","목","금","토"],
daysShort: ["일","월","화","수","목","금","토"],
daysMin: ["일","월","화","수","목","금","토"],
months: ["1월","2월","3월","4월","5월","6월", "7월","8월","9월","10월","11월","12월"],
monthsShort: ["1월","2월","3월","4월","5월","6월", "7월","8월","9월","10월","11월","12월"],
today: "오늘",
clear: "지우기",
titleFormat: "yyyy년 MM"
};
this.defaults.language = 'ko';
this.defaults.rtl = false;
this.defaults.format = 'yyyy-mm-dd';
this.defaults.autoclose = true;
this.defaults.clearBtn = true;
this.defaults.todayBtn = 'linked';
this.defaults.keyboardNavigation = false;
this.defaults.maxViewMode = 2;
this.defaults.todayHighlight = true;
this.defaults.weekStart = 0;
this.defaults.disableTouchKeyboard = true;
this.defaults.enableOnReadonly = false;
this.defaults.immediateUpdates = true;
this.DPGlobal.footTemplate = '<tfoot>'+
'<tr>'+
'<th colspan="7">'+
'<button type="button" class="today" style="float:left;margin-right:3px;border: black solid 1px;border-radius: 5px;"></button>'+
'<button type="button" class="clear" style="float:left;margin-right:3px;border: black solid 1px;border-radius: 5px;"></button>'+
'</th>'+
'</tr>'+
'</tfoot>';
this.makeTemplate();
}
$.fn.datepicker.addKo();

@ -1746,7 +1746,7 @@
leftArrow: '&#x00AB;', leftArrow: '&#x00AB;',
rightArrow: '&#x00BB;' rightArrow: '&#x00BB;'
}, },
showWeekDays: true showWeekDays: true
}; };
var locale_opts = $.fn.datepicker.locale_opts = [ var locale_opts = $.fn.datepicker.locale_opts = [
'format', 'format',

@ -29,7 +29,7 @@
<link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/> <link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/>
<link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" /> <link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" />
<link rel="stylesheet" href="/resources/lib/fims/framework/datepicker/datepicker.css" /> <link rel="stylesheet" href="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css" />

@ -22,7 +22,7 @@
<link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/> <link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/>
<link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" /> <link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" />
<link rel="stylesheet" href="/resources/lib/fims/framework/datepicker/datepicker.css" /> <link rel="stylesheet" href="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css" />
<title>일자선택</title> <title>일자선택</title>
</head> </head>
@ -81,7 +81,7 @@
<script src="/resources/lib/fims/framework/jquery-ui/1.13.2/jquery-ui.js"></script> <script src="/resources/lib/fims/framework/jquery-ui/1.13.2/jquery-ui.js"></script>
<script src="/resources/lib/fims/framework/datepicker/datepicker.js"></script> <script src="/resources/3rd-party/bootstrap-datepicker/bootstrap-datepicker-support.js"></script>
<script src="/resources/js/fims/framework/cmm/cmmDateUtil.js"></script> <script src="/resources/js/fims/framework/cmm/cmmDateUtil.js"></script>
<script src="/resources/js/fims/framework/cmm/initAfterPageLoad.js"></script> <script src="/resources/js/fims/framework/cmm/initAfterPageLoad.js"></script>

@ -21,7 +21,7 @@
<link rel="stylesheet" href="/resources/css/styles.css" /> <link rel="stylesheet" href="/resources/css/styles.css" />
<link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/> <link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/>
<link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" /> <link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" />
<link rel="stylesheet" href="/resources/lib/fims/framework/datepicker/datepicker.css" /> <link rel="stylesheet" href="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css" />
<title>공시송달 입력</title> <title>공시송달 입력</title>
</head> </head>
@ -85,7 +85,7 @@
<script src="/resources/lib/fims/framework/jquery-ui/1.13.2/jquery-ui.js"></script> <script src="/resources/lib/fims/framework/jquery-ui/1.13.2/jquery-ui.js"></script>
<script src="/resources/lib/fims/framework/datepicker/datepicker.js"></script> <script src="/resources/3rd-party/bootstrap-datepicker/bootstrap-datepicker-support.js"></script>
<script src="/resources/js/fims/framework/cmm/cmmDateUtil.js"></script> <script src="/resources/js/fims/framework/cmm/cmmDateUtil.js"></script>
<script src="/resources/js/fims/framework/cmm/initAfterPageLoad.js"></script> <script src="/resources/js/fims/framework/cmm/initAfterPageLoad.js"></script>

@ -26,7 +26,7 @@
<link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/> <link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/>
<link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" /> <link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" />
<link rel="stylesheet" href="/resources/lib/fims/framework/datepicker/datepicker.css" /> <link rel="stylesheet" href="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css" />
<title>샘플 보기</title> <title>샘플 보기</title>
</head> </head>

@ -26,7 +26,7 @@
<link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/> <link rel="stylesheet" href="/resources/css/fims/framework/common/common.css"/>
<link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" /> <link rel="stylesheet" href="/resources/lib/fims/framework/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" />
<link rel="stylesheet" href="/resources/lib/fims/framework/datepicker/datepicker.css" /> <link rel="stylesheet" href="/resources/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css" />
<title>주소검색</title> <title>주소검색</title>

@ -312,7 +312,7 @@ function getCellDefs($th, $td){
**************************************************************************/ **************************************************************************/
$.fn.set = function(value) { $.fn.set = function(value) {
return this.each(function(){ return this.each(function(){
if($(this).hasClass('hasDatepicker') && $(this).hasClass('form-date')){ if($(this).hasClass('form-date')){
if(value != null && value.length == 8 && value.indexOf("-") == -1){ if(value != null && value.length == 8 && value.indexOf("-") == -1){
value = value.substring(0,4) + "-" + value.substring(4,6) + "-" + value.substring(6,8); value = value.substring(0,4) + "-" + value.substring(4,6) + "-" + value.substring(6,8);
} }
@ -399,8 +399,11 @@ class FimsFormFields extends FormFields {
} }
} }
if(input.name){ if(input.name){
if($(input).hasClass('form-date')){
input.value = value; $(input).datepicker("setDate", value);
} else {
input.value = value;
}
//보안모드 마스킹 항목 //보안모드 마스킹 항목
if(input.tagName === 'INPUT' && input.id && input.classList.contains("privacy")){ if(input.tagName === 'INPUT' && input.id && input.classList.contains("privacy")){

@ -3,26 +3,35 @@ function initDatepicker(elementId){
var executionArea = $("#"+elementId); var executionArea = $("#"+elementId);
/*--------------------- 달력 제어 ---------------------*/ /*--------------------- 달력 제어 ---------------------*/
executionArea.find(".form-date").datepicker({ executionArea.find(".form-date").datepicker()
changeMonth: true, .attr("maxlength", "10")
changeYear: true, .on("input",function(e){
showButtonPanel: true,
onChangeMonthYear : function(year, month, inst){
/** 기능 추가 : 연월 변경시 일 선택 */ if(this.value.length <= 0){
return;
}
if(this.value.length != this.selectionStart){
return;
}
var value = this.value.replaceAll("-","");
var result = "" + year + "-"+(""+month).padStart(2,'0') + "-"; if(value.length > 7){
this.value = value.substring(0,4)+"-"+value.substring(4,6)+"-"+value.substring(6);
} else if(value.length > 5){
this.value = value.substring(0,4)+"-"+value.substring(4);
}
var endDay = DateUtil.getEndOfMonthDay(year, month); })
if(inst.selectedDay > endDay){ .on("paste", function(e){
result += (""+endDay).padStart(2,'0');
} else {
result += (""+inst.selectedDay).padStart(2,'0');
}
$(this).datepicker("setDate", result); var value = e.originalEvent.clipboardData.getData('text');
if(value.length == 8){
this.value = value.substring(0,4)+"-"+value.substring(4,6)+"-"+value.substring(6);
} }
});
})
;
executionArea.find(".form-date").next("button.bx-calendar").on("click", function() { executionArea.find(".form-date").next("button.bx-calendar").on("click", function() {
$(this).prev().focus(); $(this).prev().focus();

@ -1,47 +0,0 @@
/* 해당 #3f51b5 색상코드 변경 시 디자인 일괄적용 */
/* datepicker Style */
.ui-datepicker { width: 270px; padding: 0; display: none; border: 0; margin-top: 10px;}
.ui-widget.ui-widget-content { border: 0; border-radius: 3px; overflow: hidden; background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.3) }
.ui-datepicker .ui-widget-header { position: relative; padding: 6px 0 36px 0; border: 0; background: #3f51b5; color: #fff; border-radius: 0; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 70px; height: 26px; line-height: 26px; background: rgba(0,0,0,0.15) url(images/arrow-button.png) 100% -27px no-repeat; margin: 0 4px; padding: 0 6px; border: 0; border-radius: 3px; color: #fff; font-size: 13px; font-weight: bold; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; /* 화살표 없애기 */ }
.ui-datepicker select.ui-datepicker-month:hover, .ui-datepicker select.ui-datepicker-year:hover { background: rgba(0,0,0,0.3) url(images/arrow-button.png) 100% -27px no-repeat; }
.ui-datepicker select::-ms-expand {
display: none; /* 화살표 없애기 for IE10, 11*/
}
.ui-datepicker .ui-datepicker-title { line-height: 1.8em; text-align: center; margin: 0px 2.3em; font-size:13px; font-weight:bold; letter-spacing:0; }
.ui-datepicker-title .ui-datepicker-year option, .ui-datepicker-title .ui-datepicker-month option { background: #fff; color: #333; }
.ui-datepicker-title .ui-datepicker-year { }
.ui-datepicker-title .ui-datepicker-month { }
.ui-datepicker .ui-datepicker-calendar { position: relative; width: 260px; padding-top: 100px; margin: 0 auto; }
.ui-datepicker-calendar thead tr { position: absolute; top: -24px; left: 5px; right: 5px; }
.ui-datepicker-calendar thead th { float: left; display: block; padding: 0; width: 14.2857%; color: #fff; font-size:11px; letter-spacing:1px; opacity: 0.6 }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 5px; width: 1.8em; height: 1.8em; text-indent: -9999px; cursor: pointer }
.ui-datepicker .ui-datepicker-prev { left: 5px; }
.ui-datepicker .ui-datepicker-prev.ui-state-hover { background: rgba(0,0,0,0.1); border: 0; }
.ui-datepicker .ui-datepicker-prev .ui-icon { background: url(images/arrow-button.png) 0 0 no-repeat; }
.ui-datepicker .ui-datepicker-next { right: 5px; }
.ui-datepicker .ui-datepicker-next.ui-state-hover { background: rgba(0,0,0,0.1); border: 0; }
.ui-datepicker .ui-datepicker-next .ui-icon { background: url(images/arrow-button.png) -16px 0 no-repeat; }
.ui-datepicker .ui-state-default { display: block; border: 0; border-radius: 15px; width: 30px; height: 30px; line-height: 30px; padding: 0; margin: 4px auto; font-size: 12px; text-align: center; background: #fff; font-weight: normal; color: #333; box-sizing: border-box; }
.ui-datepicker .ui-state-default.ui-state-hover { background: rgba(0,0,0,0.05); }
.ui-datepicker-today .ui-state-default { color: #3f51b5; font-weight: bold; }
.ui-datepicker-current-day .ui-state-default { background: #3f51b5 !important; color: #fff; font-weight: bold; }
.ui-datepicker-buttonpane { overflow: hidden; border-top: 1px solid #eee; }
.ui-datepicker-buttonpane button[data-handler="today"] { color: #3f51b5; opacity: 0.75; }
.ui-datepicker-buttonpane button[data-handler="hide"] { }
/* ie add Style */
.ui-datepicker td, .ui-datepicker th { border: 0 }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; cursor: pointer; width: auto; margin: 0.5em 0.2em 0.4em; padding: 0.2em 0.6em 0.3em; overflow: visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-clear { float: left; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-corner-all { border-radius: 3px; }
.ui-icon { display: block; width: 16px; height: 16px; }
/* mobile Responsive */
@media screen and (max-width:480px) {
.ui-datepicker { width: 270px !important; left: 50% !important; margin-left: -135px !important; }
}

@ -1,23 +0,0 @@
/**
* datepicker 설정
*/
$.datepicker.regional["ko"] = {
dateFormat: 'yy-mm-dd',
prevText: '이전달',
nextText: '다음달',
currentText: '오늘',
closeText: '닫기',
monthNames: ["1월(JAN)","2월(FEB)","3월(MAR)","4월(APR)","5월(MAY)","6월(JUN)", "7월(JUL)","8월(AUG)","9월(SEP)","10월(OCT)","11월(NOV)","12월(DEC)"],
monthNamesShort: ["1월","2월","3월","4월","5월","6월", "7월","8월","9월","10월","11월","12월"],
dayNames: ["일","월","화","수","목","금","토"],
dayNamesShort: ["일","월","화","수","목","금","토"],
dayNamesMin: ["일","월","화","수","목","금","토"],
changeMonth: true, // month 셀렉트박스 사용
changeYear: true, // year 셀렉트박스 사용
weekHeader: "Wk",
firstDay: 0,
isRTL: false,
showMonthAfterYear: true,
yearSuffix: ""
};
$.datepicker.setDefaults($.datepicker.regional["ko"]);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save