I want to get the date difference between Date1 and Date2 in the field Datediff.
I am using IFTTT but not getting the result as error showing End Date Missing.
IFTTT used
entryId=[entry.Id]&Datediff=([entry.Date1]-[entry.Date2])
Lastly I want
entryId=[entry.Id]&Datediff=([entry._now]-[entry.created])
How can I do this
Datediff is a date time interval field?
what you have now is that you calculate the milliseconds between Date1 and Date2 (assuming Date1 is AFTER the Date2)
Date time interval expects you to provide the startDate and the endDate as a value, in the format of
[entry.Date1]-[entry.Date2]
(not a calculated value)
But a timestampForStart-timestampForEnd
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.