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 211c668 + 964aee0 commit b22934bCopy full SHA for b22934b
app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Date.php
@@ -52,7 +52,7 @@ public function __construct(
52
protected function _getFormat()
53
{
54
$format = $this->getColumn()->getFormat();
55
- if (!$format) {
+ if ($format === null) {
56
if (self::$_format === null) {
57
try {
58
self::$_format = $this->_localeDate->getDateFormat(
0 commit comments