- id
Optional ID for the date picker (required for Shiny reactivity)
- value
Selected date as a string ("yyyy-mm-dd"), or array of strings for range values
- range
When TRUE, activates range mode to allow start and end dates (default: FALSE)
- min
Earliest allowed date ("yyyy-mm-dd")
- max
Latest allowed date ("yyyy-mm-dd")
- scale
Specifies size of the component: "s" (small), "m" (medium), or "l" (large)
- layout
Defines the layout: "horizontal" or "vertical"
- calendars
Number of calendars displayed when range is TRUE: 1 or 2 (default: 2)
- active_range
When range is TRUE, specifies active range: "start" or "end"
- heading_level
Heading level for document structure (1-6)
- month_style
Month display style: "wide" (default) or "abbreviated"
- numbering_system
Unicode numeral system: "latn", "arab", or "arabext"
- proximity_selection_disabled
When TRUE, disables default range narrowing behavior (default: FALSE)
- ...
Additional attributes passed to the component