days-until
function
The days-until
action calculate the days until specified or current date. It belongs to the datetime category within the data area.
Action Syntax
days-until today
A value
days-until YYYY-MM-DD
A date in YYYY-MM-DD format
days-until $variable
A variable name starting with $
Return Value
This function returns a
NUMBER
value that can be stored in a variable:
$result = days-until
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$number = days-until today
Action code: 3133685942
Version: 0.6.4
Last updated: 2025-06-13