# `Arrow.Type.Date`

Date column.

- `:day` — 32-bit days since the UNIX epoch (`Date32`).
- `:millisecond` — 64-bit milliseconds since the UNIX epoch (`Date64`).

# `t`

```elixir
@type t() :: %Arrow.Type.Date{unit: unit()}
```

# `unit`

```elixir
@type unit() :: :day | :millisecond
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
