start_timestamp requiredUnix timestamp of the start date. A non-numeric value counts as 0, which is 1970-01-01.
end_timestamp optional default current time (now)Unix timestamp of the end date. Leave it out to use the current time, which makes the result count up to now.
format optional default %yPHP date_diff format string. %y years, %m months, %d days, %a total days, %h %i %s remaining hours/minutes/seconds, %R or %r the sign, %% a literal percent. Upper-case codes are zero-padded.
{datediff:946684800:1704067200}
{datediff:946684800:1704067200:%a}
{datediff:946684800:1704067200:%R%a}
{datediff:1704067200:1710028800:%y years %m months %d days}
{datediff:1704067200:946684800:%R%a}
{datediff:946684800}