Improve saving, show start time
This commit is contained in:
@ -13,7 +13,7 @@ struct DatePropertyView: View {
|
||||
VStack(alignment: .leading) {
|
||||
Text(title)
|
||||
.font(.headline)
|
||||
DatePicker("", selection: $value, displayedComponents: .date)
|
||||
DatePicker("", selection: $value, displayedComponents: [.date, .hourAndMinute])
|
||||
.datePickerStyle(.compact)
|
||||
Text(footer)
|
||||
.foregroundStyle(.secondary)
|
||||
|
Reference in New Issue
Block a user