Skip to content

Commit

Permalink
Fixed #21425 Date design change show not correctly value in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikha Mishra authored Feb 25, 2019
1 parent 9cdc1b7 commit 68ee3af
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 68ee3af

Please sign in to comment.