We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28bdd51 + d629085 commit a0fe3a2Copy full SHA for a0fe3a2
app/code/Magento/Ui/view/base/web/js/form/element/date.js
@@ -181,6 +181,7 @@ define([
181
this.pickerDateTimeFormat = this.options.timeFormat;
182
} else {
183
this.pickerDateTimeFormat = this.options.dateFormat;
184
+
185
if (this.options.showsTime) {
186
this.pickerDateTimeFormat += ' ' + this.options.timeFormat;
187
}
0 commit comments