---
title: date
description: date
---

`Date`

Defines a date with day, month, and year.

-   **`day`(int)**: The day value (range from 1 to 31).
-   **`month`(int)**: The month value (range from 1 to 12).
-   **`year`(int)**: The year value.