---
title: date
framework: charts
role: symbol
role_heading: Type Property
path: charts/scaletype/date
---

# date

A date scale where each range value y can be expressed as a function of the domain value x’s timestamp, with y = a * x.timeIntervalSinceReferenceDate + b.

## Declaration

```swift
static var date: ScaleType { get }
```
