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 1f121c8 commit fe3ad0aCopy full SHA for fe3ad0a
app/code/Magento/Ui/view/base/web/js/grid/columns/date.js
@@ -43,7 +43,7 @@ define([
43
var date;
44
45
if (this.storeLocale !== undefined) {
46
- moment.locale(this.storeLocale, utils.extend({}, this.calendarConfig));
+ moment.updateLocale(this.storeLocale, utils.extend({}, this.calendarConfig));
47
}
48
49
date = moment.utc(this._super());
0 commit comments