Browse Source

无JIRA任务 代码格式

es6
windy 4 years ago
parent
commit
72f0b99b6c
  1. 2
      src/widget/date/calendar/picker.date.js

2
src/widget/date/calendar/picker.date.js

@ -171,7 +171,7 @@ BI.DatePicker = BI.inherit(BI.Widget, {
return valid;
},
_getCheckMinMaxDate() {
_getCheckMinMaxDate: function() {
var o = this.options;
var minDate = BI.parseDateTime(o.min, "%Y-%X-%d");
var maxDate = BI.parseDateTime(o.max, "%Y-%X-%d");

Loading…
Cancel
Save