Description Usage Arguments Value Examples
It acts similiarly to Excel's DAYS function. It calculates the difference between two dates in days.
1 | DAYS(start_date, end_date)
|
start_date |
Give the start_date argument so it can calculate days. |
end_date |
Give the end_date argument so it can calculate days. |
In this example we are interested how many days there are between 1st February 2020 and 15th February 2020 which is 14. Function will always return numeric class.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.