Skip to content

Commit 68ee3af

Browse files
author
Shikha Mishra
authored
Fixed #21425 Date design change show not correctly value in backend
1 parent 9cdc1b7 commit 68ee3af

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)