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.
1 parent ad09332 commit d682c60Copy full SHA for d682c60
app/code/Magento/Eav/Model/Attribute/Data/AbstractData.php
@@ -464,7 +464,7 @@ protected function _validateInputRule($value)
464
case 'date':
465
$validator = new Date(
466
[
467
- 'format' => \Magento\Framework\Stdlib\DateTime::DATETIME_PHP_FORMAT,
+ 'format' => \Magento\Framework\Stdlib\DateTime::DATE_PHP_FORMAT,
468
'locale' => $this->_localeResolver->getLocale(),
469
]
470
);
0 commit comments