Skip to content

Commit e76b8c1

Browse files
ENGCOM-5323: Date column ui component locale date format #22213
- Merge Pull Request #22213 from Karlasa/magento2:ui-component-date-locale-format - Merged commits: 1. 72a5dd0 2. 3f22c45
2 parents ef49ac6 + 3f22c45 commit e76b8c1

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)