Skip to content

Commit c66d745

Browse files
ENGCOM-4377: Fixed #21425 Date design change show not correctly value in backend #21443
- Merge Pull Request #21443 from opencommerce/magento2:2.3-developPR21425 - Merged commits: 1. 68ee3af
2 parents 0a91fff + 68ee3af commit c66d745

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)