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

# numeric

A date style with the month, day of month, and year components represented as numeric values.

## Declaration

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

## Discussion

Discussion A numeric date style represents the date components using numeric values. For example, 10/17/2020, for locale en_US.

## 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)
- [omitted](foundation/date/formatstyle/datestyle/omitted.md)
