I have this formula for which I am using to determine how much time has elapsed between two dates.
dresult = Now - lresult
Now = 2019-04-14 7:45:10 PM
lresult = 2019-04-13 7:34:26 PM
dresult = 1.00744212963036
How must I manipulate dresultto get the number of hours elapsed?