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 214cf72 commit b8cf7cfCopy full SHA for b8cf7cf
app/code/Magento/Customer/Block/Widget/Dob.php
@@ -127,7 +127,7 @@ protected function getFormFilter()
127
protected function applyOutputFilter($value)
128
{
129
$filter = $this->getFormFilter();
130
- if ($filter) {
+ if ($filter && $value) {
131
$value = date('Y-m-d', $this->getTime());
132
$value = $filter->outputFilter($value);
133
}
0 commit comments