Hello,
I need to calculate the difference between a STOP and START and report the value in decimal format.
Here is what i am looking for.
START = 2011-07-11 11:46
STOP = 2011-07-13 10:40
STOP - START = 46:53:xx ( format used is : [h]:mm:ss
Now the tricky part (for me that is ) is that i need to convert the 53 minutes in decimal format. ie 53 divided by 60 which equals 0.88.
So the final result would be 46.88 hours.
Any help is greatly appreciated.
I need to calculate the difference between a STOP and START and report the value in decimal format.
Here is what i am looking for.
START = 2011-07-11 11:46
STOP = 2011-07-13 10:40
STOP - START = 46:53:xx ( format used is : [h]:mm:ss
Now the tricky part (for me that is ) is that i need to convert the 53 minutes in decimal format. ie 53 divided by 60 which equals 0.88.
So the final result would be 46.88 hours.
Any help is greatly appreciated.