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 9cdc1b7 commit 68ee3afCopy full SHA for 68ee3af
app/code/Magento/Backend/Block/System/Design/Edit/Tab/General.php
@@ -90,7 +90,7 @@ protected function _prepareForm()
90
]
91
);
92
93
- $dateFormat = $this->_localeDate->getDateFormat(\IntlDateFormatter::SHORT);
+ $dateFormat = $this->_localeDate->getDateFormatWithLongYear();
94
$fieldset->addField(
95
'date_from',
96
'date',
0 commit comments