iOS Swift - User Input and Forms
What is wrong with this DatePicker usage?
@State private var time = Date()
DatePicker("Select time", selection: $time, displayedComponents: .date)