File tree
8000
1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,16 @@ This message is shown if the underlying data is not a valid datetime.
99
99
100
100
You can use the following parameters in this message:
101
101
102
- =============== ==============================================================
103
- Parameter Description
104
- =============== ==============================================================
105
- ``{{ value }} `` The current (invalid) value
106
- ``{{ label }} `` Corresponding form field label
107
- =============== ==============================================================
102
+ ================ ==============================================================
103
+ Parameter Description
104
+ ================ ==============================================================
105
+ ``{{ value }} `` The current (invalid) value
106
+ ``{{ label }} `` Corresponding form field label
107
+ ``{{ format }} `` The date format defined in ``format ``
108
+ ================ ==============================================================
109
+
110
+ .. versionadded :: 7.3
111
+
112
+ The ``{{ format }} `` parameter was introduced in Symfony 7.3.
108
113
109
114
.. include :: /reference/constraints/_payload-option.rst.inc
You can’t perform that action at this time.
0 commit comments