<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/FieldDatePickerStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI20FieldDatePickerStyleV"
  },
  "title" : "FieldDatePickerStyle"
}
-->

# FieldDatePickerStyle

A date picker style that displays the components in an editable field.

```
nonisolated struct FieldDatePickerStyle
```

## Overview

You can also use [`field`](/documentation/SwiftUI/DatePickerStyle/field) to construct this style.

## Topics

### Creating the date picker style

[`init()`](/documentation/SwiftUI/FieldDatePickerStyle/init())

Creates an instance of the field date picker style.

## Relationships

### Conforms To

[`DatePickerStyle`](/documentation/SwiftUI/DatePickerStyle)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)