---
title: date
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/datecomponents/date
---

# date

The date calculated from the current components using the stored calendar.

## Declaration

```swift
var date: Date? { get }
```

## See Also

### Validating a Date

- [isValidDate](foundation/datecomponents/isvaliddate.md)
- [isValidDate(in:)](foundation/datecomponents/isvaliddate(in:).md)
