| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id of the calendar control to construct. This has to be the same id as is the id of the label and the context help associated with this control. The easiest way is to do not specify the id for individual elements of the dialog row and instead specify id of the dialog row or a column of a dialog row that contains these elements. |
| cssclass | false | true | java.lang.String | CSS class for the calendar control generated by this tag. This is different than the inputcssclass, which sets the style of the input control itself and the buttoncssclass which sets the style of button next to it. This value sets the style of the block element containing the input control and the button. |
| name | false | true | java.lang.String | Name of the input tag used to identify submitted data. |
| size | false | true | java.lang.String | Size of the input tag used to limit viewable area. |
| inputcssclass | false | true | java.lang.String | Class for the input control representing this calendar control. This is different than the cssclass which sets the style of the block element containing the control itself. |
| buttoncssclass | false | true | java.lang.String | Class for the button next to the input control. This is different than the cssclass which sets the style of the block element containing the control itself. |
| focus | false | true | java.lang.String | Does this control have focus when it is displayed on the page or not. Only one control on a page or tab can be marked as focus at a time. If multiple controls are marked this way, then the first one on the page or tab will get the focus. |
| disabled | false | true | java.lang.String | Flag specifying if the calendar control is initially disabled therefore preventing user to enter or modify value it contains. |
| value | false | true | java.lang.String | Initial value to display in the edit field of the calendar control. |
| datetimeformat | false | true | java.lang.String | Format of the date, time or datetime that should be used for value entered using the calendar dialog. |