---
title: "Date"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/constant/date
markdown: https://docs.nodetool.ai/nodes/nodetool/constant/date.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/constant/date.md
---

# Date

**Type:** `nodetool.constant.Date`

**Namespace:** `nodetool.constant`

## Description

Make a date object from year, month, day.
    date, make, create

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| year | `int` | Year of the date | `1900` |
| month | `int` | Month of the date | `1` |
| day | `int` | Day of the date | `1` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `date` |  |

## Related Nodes

Browse other nodes in the [nodetool.constant](./) namespace.
