---
title: defaultDigits
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/formatstyle/symbol/month/defaultdigits
---

# defaultDigits

Custom month format style showing the minimum number of digits that represents the numeric month.

## Declaration

```swift
static var defaultDigits: Date.FormatStyle.Symbol.Month { get }
```

## Discussion

Discussion This style represents the month like 1 or 12.

## See Also

### Modifying a Month

- [abbreviated](foundation/date/formatstyle/symbol/month/abbreviated.md)
- [narrow](foundation/date/formatstyle/symbol/month/narrow.md)
- [twoDigits](foundation/date/formatstyle/symbol/month/twodigits.md)
- [wide](foundation/date/formatstyle/symbol/month/wide.md)
