Skip to content

Commit cd29d80

Browse files
authored
ENGCOM-5323: Date column ui component locale date format #22213
2 parents bef5f75 + e76b8c1 commit cd29d80

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid/columns

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/columns/date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ define([
2626
initConfig: function () {
2727
this._super();
2828

29-
this.dateFormat = utils.normalizeDate(this.dateFormat);
29+
this.dateFormat = utils.normalizeDate(this.dateFormat ? this.dateFormat : this.options.dateFormat);
3030

3131
return this;
3232
},

0 commit comments

Comments
 (0)