From 22c0fd12cf9b44bab1947cfea2e601482ba20027 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 목, 23 12월 2021 08:53:21 +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