Calculating how many hours are left (using “hours” as an unit)
example tags
formula
dateBetween(parseDate("2024-01-01 13:00"), parseDate("2024-01-01 12:00"), "hours")
-
In this example, the dateBetween() function calculates the hourly difference between January 1, 2024 13:00 and January 1, 2024 12:00.