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 9327ed5 + 1e066d9 commit 436a4e6Copy full SHA for 436a4e6
app/code/Magento/Ui/view/base/web/js/grid/columns/date.js
@@ -35,7 +35,7 @@ define([
35
getLabel: function (value, format) {
36
var date = moment(this._super());
37
38
- date = date.isValid() ?
+ date = date.isValid() && value[this.index] ?
39
date.format(format || this.dateFormat) :
40
'';
41
0 commit comments