date
Syntax:
DateTimeColumn
Context Filtering: ✓ Yes
Parameters
Validation
- Minimum parameters: 3
- Maximum parameters: 6
Examples
2019-01-31 16:30:00Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
date
Syntax:
MakeDate(year, month, day, |hour|, |minute|, |second|)
DateTimeColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
year | number | ✓ Yes | An integer representing the year. |
month | number | ✓ Yes | An integer representing the month (1-12). |
day | number | ✓ Yes | An integer representing the day of the month (1-31). |
hour | number | ✗ No | An integer representing the hour (0-23). |
minute | number | ✗ No | An integer representing the minutes (0-59). |
second | number | ✗ No | An integer representing the seconds (0-59). |
MakeDate(2019, 1, 31, 16, 30, 0)
2019-01-31 16:30:00