Skip to content

Commit e7cc0e3

Browse files
committed
MC-35771: Datepicker/calendar control does not use the store locale
1 parent 8edca5f commit e7cc0e3

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Customer/view/frontend/templates/widget

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/view/frontend/templates/widget/dob.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $fieldCssClass .= $block->isRequired() ? ' required' : '';
4848
}
4949
</script>
5050

51-
<?php $scriptString = <<<script
51+
<?php $scriptString = <<<code
5252
5353
require([
5454
'jquery',
@@ -62,6 +62,6 @@ require([
6262
//]]>
6363
6464
});
65-
script;
65+
code;
6666
?>
6767
<?= /* @noEscape */ $secureRenderer->renderTag('script', [], $scriptString, false) ?>

0 commit comments

Comments
 (0)