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 9317c4f commit ff550b4Copy full SHA for ff550b4
lib/internal/Magento/Framework/Data/Form/Filter/Date.php
@@ -75,7 +75,7 @@ public function inputFilter($value)
75
public function outputFilter($value)
76
{
77
$filterInput = new \Zend_Filter_LocalizedToNormalized(
78
- ['date_format' => DateTime::DATE_INTERNAL_FORMAT, 'locale' => $this->localeResolver->getLocale()]
+ ['date_format' => $this->_dateFormat, 'locale' => $this->localeResolver->getLocale()]
79
);
80
$filterInternal = new \Zend_Filter_NormalizedToLocalized(
81
['date_format' => $this->_dateFormat, 'locale' => $this->localeResolver->getLocale()]
0 commit comments