DellDelemar
9 months agoQrew Member
Duration in minutes only
I have a duration formula below: Currently it shows the results in hrs or days. Anyway to have it show hours only and not days?
var datetime CheckIn = ToTimestamp([Resource Check In Date], [Resource Check In Time]);
var datetime CheckOut = ToTimestamp([Resource Check Out Date], [Resource Check Out Time]);
$CheckOut - $CheckIn
------------------------------
Dell Delemar
------------------------------