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.
1 parent 53b893f commit d629085Copy full SHA for d629085
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