Description | The |
Syntax | DATE( |
Output | date |
Variables
year
: The numeric value representing the year (e.g., 2023).month
: The numeric value representing the month (1 for January, 2 for February, and so on).day
: The numeric value representing the day of the month.
Example
Date (`Year`, `Month`, `Day`)
Event | Year | Month | Day | DATE |
Birthday Party | 2023 | 9 | 15 | 9/15/23 |
Anniversary | 2024 | 4 | 10 | 4/10/24 |
Conference | 2023 | 11 | 20 | 11/20/23 |