Skip to content

Commit 080743f

Browse files
Shikha Mishramage2pratik
Shikha Mishra
authored andcommitted
Fixed #21425 Date design change show not correctly value in backend
1 parent 0982a53 commit 080743f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/Block/System/Design/Edit/Tab

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/System/Design/Edit/Tab/General.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function _prepareForm()
9090
]
9191
);
9292

93-
$dateFormat = $this->_localeDate->getDateFormat(\IntlDateFormatter::SHORT);
93+
$dateFormat = $this->_localeDate->getDateFormatWithLongYear();
9494
$fieldset->addField(
9595
'date_from',
9696
'date',

0 commit comments

Comments
 (0)