@@ -14,31 +14,33 @@ This type is essentially the same as the :doc:`date</reference/forms/types/date>
14
14
type, but with a more appropriate default for the `years `_ option. The `years `_
15
15
option defaults to 120 years ago to the current year.
16
16
17
- +----------------------+------------------------------------------------------------------------------------------------------------------------+
18
- | Underlying Data Type | can be ``DateTime ``, ``string ``, ``timestamp ``, or ``array `` (see the :ref: `input option <form-reference-date-input >`) |
19
- +----------------------+------------------------------------------------------------------------------------------------------------------------+
20
- | Rendered as | can be three select boxes or 1 or 3 text boxes, based on the `widget `_ option |
21
- +----------------------+------------------------------------------------------------------------------------------------------------------------+
22
- | Options | - `years `_ |
23
- +----------------------+------------------------------------------------------------------------------------------------------------------------+
24
- | Inherited | - `widget `_ |
25
- | options | - `input `_ |
26
- | | - `months `_ |
27
- | | - `days `_ |
28
- | | - `format `_ |
29
- | | - `data_timezone `_ |
30
- | | - `user_timezone `_ |
31
- | | - `invalid_message `_ |
32
- | | - `invalid_message_parameters `_ |
33
- | | - `virtual `_ |
34
- +----------------------+------------------------------------------------------------------------------------------------------------------------+
35
- | Parent type | :doc: `date</reference/forms/types/date> ` |
36
- +----------------------+------------------------------------------------------------------------------------------------------------------------+
37
- | Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ BirthdayType ` |
38
- +----------------------+------------------------------------------------------------------------------------------------------------------------+
39
-
40
- Field Options
41
- -------------
17
+ +----------------------+-------------------------------------------------------------------------------+
18
+ | Underlying Data Type | can be ``DateTime ``, ``string ``, ``timestamp ``, or ``array `` |
19
+ | | (see the :ref: `input option <form-reference-date-input >`) |
20
+ +----------------------+-------------------------------------------------------------------------------+
21
+ | Rendered as | can be three select boxes or 1 or 3 text boxes, based on the `widget `_ option |
22
+ +----------------------+-------------------------------------------------------------------------------+
23
+ | Overridden Options | - `years `_ |
24
+ +----------------------+-------------------------------------------------------------------------------+
25
+ | Inherited Options | - `widget `_ |
26
+ | | - `input `_ |
27
+ | | - `months `_ |
28
+ | | - `days `_ |
29
+ | | - `format `_ |
30
+ | | - `pattern `_ |
31
+ | | - `data_timezone `_ |
32
+ | | - `user_timezone `_ |
33
+ | | - `invalid_message `_ |
34
+ | | - `invalid_message_parameters `_ |
35
+ | | - `virtual `_ |
36
+ +----------------------+-------------------------------------------------------------------------------+
37
+ | Parent type | :doc: `date</reference/forms/types/date> ` |
38
+ +----------------------+-------------------------------------------------------------------------------+
39
+ | Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ BirthdayType ` |
40
+ +----------------------+-------------------------------------------------------------------------------+
41
+
42
+ Overridden Options
43
+ ------------------
42
44
43
45
years
44
46
~~~~~
0 commit comments