fennerhillpro
MIS
I am a newbee with Crystal and can't figure how to convert the formula below to HH:MM
time(int({ERLOG.DTIME}/100),remainder({ERLOG.DTIME},100),0) -
time(int({ERLOG.ATIME}/100),remainder({ERLOG.ATIME},100),0)
I get out put of 10,200.00 what I want to see is:
2:50 or 2hr 50 min
Can anyone help?
Thanks
time(int({ERLOG.DTIME}/100),remainder({ERLOG.DTIME},100),0) -
time(int({ERLOG.ATIME}/100),remainder({ERLOG.ATIME},100),0)
I get out put of 10,200.00 what I want to see is:
2:50 or 2hr 50 min
Can anyone help?
Thanks