does anyone known how to do a datediff or another formula on two datetime fields so the returned value not only calculates the days but also the "h,n,s"
I have 2 fields 'startdate' and 'enddate' both in datetime data type now what Iam trying to achieve is the difference between the 2 dates and ALSO the hours and minutes
Yeah I can do the days easily:
datediff ('d', {startdatefield}, {enddatefield})
but i dont know how to retrieve 'h' and 'm' aswell as the days?
After creating this formula, you need to surpress the default AM/PM indicator on the field. Use the Format Editor to choose 24 Hour time display in Hr:Min:Sec format.
This should give you time since midnight of the remaining day.
You can then combine the #Days and Time Remaining formulas into one field.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.