Skip to content

Commit 4704267

Browse files
committed
Merge branch 'MC-41756' of https://github.com/magento-l3/magento2ce into PR-20210423
2 parents 29832c4 + 7c483f2 commit 4704267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Block/Adminhtml/Attribute/Edit/Main/AbstractMain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ protected function _prepareForm()
201201
]
202202
);
203203

204-
$dateFormat = $this->_localeDate->getDateFormat(\IntlDateFormatter::SHORT);
204+
$dateFormat = $this->_localeDate->getDateFormatWithLongYear();
205205
$fieldset->addField(
206206
'default_value_date',
207207
'date',

0 commit comments

Comments
 (0)