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 4f24882 commit 117e2b9Copy full SHA for 117e2b9
app/code/Magento/Reports/Block/Adminhtml/Sales/Grid/Column/Renderer/Date.php
@@ -79,8 +79,7 @@ public function render(\Magento\Framework\Object $row)
79
} else {
80
$date = $this->_localeDate->date(new \DateTime($data), null, false);
81
}
82
- $result = \IntlDateFormatter::formatObject($date, $format);
83
- return $result;
+ return \IntlDateFormatter::formatObject($date, $format);
84
85
return $this->getColumn()->getDefault();
86
0 commit comments