[ad_1]
Hello @pexel
Yes, you can use the DATEDIFF and NOW operations. Assuming the date/time field in the form is the fieldname1 field, you can insert a calculated field ( I’ll call it fieldname2 ) and enter an equation similar to:
(function()
if ( typeof my_timout_identifier != 'undefined' ) clearTimeout( my_timout_identifier );my_timout_identifier = setTimeout( function()n); , 1000 );
let o = DATEDIFF(NOW(), fieldname1, 'yyyy/mm/dd hh:ii', 'd');
return CONCATENTATE(o['days'], ' days ', o['hours'], ' hours and ', o['minutes'], ' minutes');
)()
Best regards.