Skip to content

Commit d682c60

Browse files
committed
ACP2E-328: [Magento Cloud] - Help Investigate why gender values in customer_entity table is different from the gender values in eav_attribute_option
1 parent ad09332 commit d682c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Attribute/Data/AbstractData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ protected function _validateInputRule($value)
464464
case 'date':
465465
$validator = new Date(
466466
[
467-
'format' => \Magento\Framework\Stdlib\DateTime::DATETIME_PHP_FORMAT,
467+
'format' => \Magento\Framework\Stdlib\DateTime::DATE_PHP_FORMAT,
468468
'locale' => $this->_localeResolver->getLocale(),
469469
]
470470
);

0 commit comments

Comments
 (0)