Resolved! How to calculate time duration in seconds from now to a given DateTime
Hi, I have a date/time variable as an input and I am trying to calculate the duration in seconds from the current moment (now) till the date/time selected in the date/time field. I saw some examples and am currently trying with the below one but am g...