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

# long

A lengthened date style with the full month, day of month, and year components represented.

## Declaration

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

## Discussion

Discussion A long date style represents the full date without the day of week in the format. For example, October 17, 2020.

## See Also

### Modifying a Date Style

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