Tried: @DateValue<ISO8601Strategy> var cancellableUntil: Date? This gives the error: Property type 'Date?' does not match 'wrappedValue' type 'Date'
Tried:
@DATEvalue var cancellableUntil: Date?
This gives the error:
Property type 'Date?' does not match 'wrappedValue' type 'Date'