From ca9b5f2ca3e6b4d15fc554ba4ce693cecaf0e881 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 금, 24 12월 2021 16:09:36 +0900
Subject: [PATCH] 이슈 추가 시 업체정보 수동입력 가능하도록 하는 기능

---
 src/main/webapp/scripts/components/utils/dateRangePicker.directive.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/scripts/components/utils/dateRangePicker.directive.js b/src/main/webapp/scripts/components/utils/dateRangePicker.directive.js
index d6ea913..d39030e 100644
--- a/src/main/webapp/scripts/components/utils/dateRangePicker.directive.js
+++ b/src/main/webapp/scripts/components/utils/dateRangePicker.directive.js
@@ -86,7 +86,7 @@
 
                                         //parentEl : $scope.parentEl !== undefined ? $scope.parentEl : "",
                                         locale: {
-                                            format: 'YYYY-MM-DD/hh-mm-ss A',
+                                            format: 'YYYY-MM-DD/hh:mm:ss A',
                                             applyLabel: options.applyLabel,
                                             cancelLabel: options.cancelLabel,
                                             daysOfWeek: options.daysOfWeek,

--
Gitblit v1.8.0