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

# defaultDigits

The custom month format style that shows the minimum number of digits to represent a standalone month.

## Declaration

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

## Discussion

Discussion This style uses representations like 1 for January and 10 for October.

## See Also

### Modifying a Standalone Month

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