Attributes |
Name | Required | Request-time | Type | Description |
data | false | true | java.util.Set | Takes the given set of integers, corresponding to a day of the chosen month, and marks them with a dot. |
day | false | true | int | Sets the day of the month to highlight in the calendar. |
headerFormat | false | true | java.text.Format | Sets the format of the header. |
headerPattern | false | true | java.lang.String | Sets the pattern for the calendar header. A possible value is MMM/dd/yyyy . |
month | true | true | int | Sets the month of the year to display at the top of the calendar. |
showAllPotentialWeeks | false | true | boolean | Sets whether to display up to six calendar weeks relative to the set day. If the set day of the month is in the latter part of the month, the current month's weeks will be displayed and up to two weeks of the next month will be displayed. The default value is false . |
year | true | true | int | Sets the year to display at the top of the calendar. |