We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a78c5e + d394192 commit 6ea1eacCopy full SHA for 6ea1eac
app/code/Magento/Backend/Block/System/Design/Edit/Tab/General.php
@@ -6,6 +6,9 @@
6
7
namespace Magento\Backend\Block\System\Design\Edit\Tab;
8
9
+/**
10
+ * General system tab block.
11
+ */
12
class General extends \Magento\Backend\Block\Widget\Form\Generic
13
{
14
/**
@@ -90,7 +93,7 @@ protected function _prepareForm()
90
93
]
91
94
);
92
95
- $dateFormat = $this->_localeDate->getDateFormat(\IntlDateFormatter::SHORT);
96
+ $dateFormat = $this->_localeDate->getDateFormatWithLongYear();
97
$fieldset->addField(
98
'date_from',
99
'date',
0 commit comments