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 267c227 commit 0cbba63Copy full SHA for 0cbba63
app/code/Magento/Eav/Model/Entity/Attribute/Frontend/Datetime.php
@@ -40,7 +40,7 @@ public function getValue(\Magento\Framework\Object $object)
40
41
if ($value) {
42
$data = $this->_localeDate->formatDateTime(
43
- $this->_localeDate->date(new \DateTime($value)),
+ new \DateTime($value),
44
\IntlDateFormatter::MEDIUM,
45
\IntlDateFormatter::NONE
46
);
0 commit comments