Hi there, @ryaavr25… you can subtract one date/time from another date/time to get the difference between them, and you can format the result as days, hours, minutes, or seconds. So, if you have fields where you are storing the date/time when a user clocked in and out, you could have another field where the value is calculated by subtracting the former from the latter and then format the output to get the desired result (HH:MM).
My pleasure! If it helps, here is an example where I have two date inputs (one called clock in time and one called clock out time), and I am calculating the hours and minutes between the two inputs (using the :floor and <-modulo-> options, respectively) in a text field like this…