---
title: Date.ISO8601FormatStyle.DateSeparator.omitted
framework: foundation
role: symbol
role_heading: Case
path: foundation/date/iso8601formatstyle/dateseparator-swift.enum/omitted
---

# Date.ISO8601FormatStyle.DateSeparator.omitted

Specifies no separator between the year, month, and day components in an ISO 8601 date format style.

## Declaration

```swift
case omitted
```

## Discussion

Discussion The rawValue of omitted is “\n”.

## See Also

### Specifying ISO 8601 Format Style Date Separators

- [Date.ISO8601FormatStyle.DateSeparator.dash](foundation/date/iso8601formatstyle/dateseparator-swift.enum/dash.md)
