Calculating time between two dates

Calculating time between two dates

Comments

  • Id like to add a column in my Report which calculates the time difference between two of my columns. How can I do this?

  • You can use one of our predefined Calculated Columns to get the difference between two dates.

    [img]https://i.imgur.com/yvPKclN.png[/img]

  • Thanks! Thats helpful.

    I am using the GetTimesBetween column. Is there a way to have it show the difference down to the milliseconds?

  • We can. On its properties, there is an option to specify a Custom Format. We can use it to define how we want the results to be. If you want the column to return time difference in hours, minutes, seconds, and milliseconds, please use: [color=rgb(29, 28, 29)][font=Slack-Lato, appleLogo, sans-serif]hh:mm:ss:ff[/font][/color]
    [color=rgb(29, 28, 29)][font=Slack-Lato, appleLogo, sans-serif]
    [/font][/color]
    [img]https://i.imgur.com/fKOSU9B.png[/img]

Sign In or Register to comment.