Description Usage Arguments Value Examples
It acts similiarly to Excel's DATE function. You give 3 arguments which are year,month and day and it will give you the date in a date format.
1 | DATE(year, month, day)
|
year |
Give year argument to the function. |
month |
Give month argument to the function. |
day |
Give day argument to the function. |
This example returns 23rd June of 2020. Function will always return Date class.
1 | DATE(2020,23,06)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.