Active Dates Card
The ActiveDatesCard
component provides functionality to select a start and end date and time.
Example code
Anchor link to section titled "Example code"
Name | Type | Description | Required |
---|---|---|---|
startDate | Field<DateTime> |
The field to use for the start date picker, formatted as an ISO 8601 timestamp in UTC | Yes |
endDate | Field<DateTime|null> |
The field to use for the end date picker, formatted as an ISO 8601 timestamp in UTC | Yes |
timezoneAbbreviation | string |
The timezone abbreviation for display. | Yes |
weekStartsOn | Weekday |
The day of the week to show as the first day in the date picker. | No |
disabled | boolean |
Disables all inputs. | No |