---
title: twoDigits
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/formatstyle/symbol/standalonequarter/twodigits
---

# twoDigits

The two-digit representation of a standalone quarter.

## Declaration

```swift
static var twoDigits: Date.FormatStyle.Symbol.StandaloneQuarter { get }
```

## Discussion

Discussion This style produces representations like 04 for the fourth quarter.

## See Also

### Modifying a Standalone Quarter

- [abbreviated](foundation/date/formatstyle/symbol/standalonequarter/abbreviated.md)
- [narrow](foundation/date/formatstyle/symbol/standalonequarter/narrow.md)
- [oneDigit](foundation/date/formatstyle/symbol/standalonequarter/onedigit.md)
- [wide](foundation/date/formatstyle/symbol/standalonequarter/wide.md)
