View Source MultiDatePicker
<MultiDatePicker>
A control that allows the user to pick multiple dates (not datetimes).
Overview
<MultiDatePicker selection={@dates} phx-change="dates-changed" start="2023-01-01" end="2023-02-01">
<Text>Pick as many dates as you like!</Text>
</MultiDatePicker>
The element’s children are used as the control’s label. The value is a list of date strings of the form “yyyy-MM-dd”.
Attributes
SwiftUI Documentation
See SwiftUI.MultiDatePicker
for more details on this View.
References
The end date () of the picker’s range.
Link to this reference
start
The start date (inclusive) of the picker’s range.