---
title: omitted
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/formatstyle/datestyle/omitted
---

# omitted

A date style with no date-related components represented.

## Declaration

```swift
static let omitted: Date.FormatStyle.DateStyle
```

## Discussion

Discussion If both the date style and time style are set to omitted, the date is represented using the default style of abbreviated.

## See Also

### Modifying a Date Style

- [abbreviated](foundation/date/formatstyle/datestyle/abbreviated.md)
- [complete](foundation/date/formatstyle/datestyle/complete.md)
- [long](foundation/date/formatstyle/datestyle/long.md)
- [numeric](foundation/date/formatstyle/datestyle/numeric.md)
