diff --git a/typo3/sysext/core/Configuration/TCA/pages.php b/typo3/sysext/core/Configuration/TCA/pages.php
index c33a50c13d7c5043d0c05149266768db1d990513..35b0ccade283bde8d2cc0629597630d980ea9c12 100644
--- a/typo3/sysext/core/Configuration/TCA/pages.php
+++ b/typo3/sysext/core/Configuration/TCA/pages.php
@@ -397,7 +397,6 @@ return [
             'config' => [
                 'type' => 'input',
                 'renderType' => 'inputDateTime',
-                'max' => 20,
                 'eval' => 'date',
                 'default' => 0
             ]