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

# DateFormatter.Style.short

## Declaration

```swift
case short
```

## Discussion

Discussion Specifies a short style, typically numeric only, such as “11/23/37” or “3:30 PM”. Equal to kCFDateFormatterShortStyle.

## See Also

### Constants

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