Skip to content

Commit

Permalink
Fixed magento#21425 Date design change show not correctly value in ba…
Browse files Browse the repository at this point in the history
…ckend
  • Loading branch information
Shikha Mishra authored and mage2pratik committed Mar 5, 2019
1 parent 0982a53 commit 080743f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected function _prepareForm()
]
);

$dateFormat = $this->_localeDate->getDateFormat(\IntlDateFormatter::SHORT);
$dateFormat = $this->_localeDate->getDateFormatWithLongYear();
$fieldset->addField(
'date_from',
'date',
Expand Down

0 comments on commit 080743f

Please sign in to comment.