---
title: DateFormatter.Style.medium
framework: foundation
role: symbol
role_heading: Case
path: foundation/dateformatter/style/medium
---

# DateFormatter.Style.medium

## Declaration

```swift
case medium
```

## Discussion

Discussion Specifies a medium style, typically with abbreviated text, such as “Nov 23, 1937” or “3:30:32 PM”. Equal to kCFDateFormatterMediumStyle.

## See Also

### Constants

- [DateFormatter.Style.none](foundation/dateformatter/style/none.md)
- [DateFormatter.Style.short](foundation/dateformatter/style/short.md)
- [DateFormatter.Style.long](foundation/dateformatter/style/long.md)
- [DateFormatter.Style.full](foundation/dateformatter/style/full.md)
