Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
satyaprakashpatel committed Feb 13, 2019
1 parent 9b46c95 commit 385aa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Ui/view/base/web/js/form/element/date.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ define([
dateFormat = this.shiftedValue() ? this.outputDateFormat : this.inputDateFormat;
shiftedValue = moment(value, dateFormat);
}

if (!shiftedValue.isValid()) {
shiftedValue = moment(value, this.inputDateFormat);
}
Expand Down

0 comments on commit 385aa60

Please sign in to comment.