Calculating how many days are left (using “days” as an unit)
example tags
formula
dateBetween(today(), parseDate("2024-01-01"), "days")
-
In this example, the dateBetween() function calculates the daily difference between today’s date and January 1, 2024.