dtable-ui-component 6.0.39-alpha99 → 6.0.39-alpha992
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -127,6 +127,7 @@ class FilterCalendar extends _react.Component {
|
|
|
127
127
|
disabled: true
|
|
128
128
|
});
|
|
129
129
|
const calendarFormat = this.getCalendarFormat();
|
|
130
|
+
const calendarFormat1 = ['YYYY-MM-DD'];
|
|
130
131
|
const clearStyle = {
|
|
131
132
|
position: 'absolute',
|
|
132
133
|
top: '15px',
|
|
@@ -144,7 +145,7 @@ class FilterCalendar extends _react.Component {
|
|
|
144
145
|
style: {
|
|
145
146
|
zIndex: 1001
|
|
146
147
|
},
|
|
147
|
-
format:
|
|
148
|
+
format: calendarFormat1,
|
|
148
149
|
defaultValue: this.defaultCalendarValue,
|
|
149
150
|
showDateInput: true,
|
|
150
151
|
focusablePanel: false,
|