OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-24 7f5428f3897cf22c34a00829a8eae6f260669999
src/main/webapp/scripts/components/utils/dateRangePicker.directive.js
@@ -77,8 +77,8 @@
                                    });
                                } else if ($attrs["rangeType"] === "singleDate") {
                                    $($element).daterangepicker({
                                        timePicker24Hour : true,
                                        timePicker: true,
                                        timePicker24Hour : true,
                                        timePickerSeconds : true,
                                        autoUpdateInput: true,
                                        autoApply : true,
@@ -87,7 +87,7 @@
                                        //parentEl : $scope.parentEl !== undefined ? $scope.parentEl : "",
                                        locale: {
                                            format: 'YYYY-MM-DD hh:mm:ss',
                                            format: 'YYYY-MM-DD H:mm:ss',
                                            separator: "~",
                                            applyLabel: options.applyLabel,
                                            cancelLabel: options.cancelLabel,
@@ -102,8 +102,8 @@
                                    });
                                } else if ($attrs["rangeType"] === "multiDate") {
                                    $($element).daterangepicker({
                                        timePicker24Hour : true,
                                        timePicker: true,
                                        timePicker24Hour : true,
                                        timePickerSeconds : true,
                                        autoUpdateInput: true,
                                        autoApply : true,
@@ -112,7 +112,7 @@
                                        //parentEl : $scope.parentEl !== undefined ? $scope.parentEl : "",
                                        locale: {
                                            format: 'YYYY-MM-DD hh:mm:ss',
                                            format: 'YYYY-MM-DD H:mm:ss',
                                            separator: "~",
                                            applyLabel: options.applyLabel,
                                            cancelLabel: options.cancelLabel,