| Attributes |
| Name | Required | Request-time | Type | Description |
| autoFocus | false | true | boolean | Sets whether the date field gets focus by default. The default value is false. |
| cssClass | false | true | java.lang.String | Sets a CSS class for styling the component. |
| dayParam | false | true | java.lang.String | Sets a variable name to refer to the day of the component. |
| dayValue | false | true | int | Sets the day value displayed in the input field. |
| disableNamespace | false | true | boolean | Sets whether to disable the namespace for the component. The default value is false. |
| disabled | false | true | boolean | Sets whether to disable the input field. The default value is false. |
| firstDayOfWeek | false | true | int | Marks the first day of the week. The default value is Calendar.SUNDAY - 1. |
| formName | false | true | java.lang.String | Sets the name of the date input's form. |
| monthAndYearParam | false | true | java.lang.String | Sets a variable name to refer to the combined month and year of the component. |
| monthParam | false | true | java.lang.String | Sets a variable name to refer to the month of the component. |
| monthValue | false | true | int | Sets the numerical value of the month and displays it in the input field. Integer values for the month start with 0. |
| name | false | true | java.lang.String | Sets the date input's name. |
| nullable | false | true | java.lang.String | Sets whether the component's values can be set to null. |
| yearParam | false | true | java.lang.String | Sets a variable name to refer to the year of the component. |
| yearValue | false | true | int | Sets the year value displayed in the input field. |