I have used this routine to extract the mins and hours from
starttime and endtime:
timeused=Format([StartTime]-1-[EndTime],"Short Time") and
the result is for example 03:15.
How to convert this result into minutes ?
/opti
I have 2 time fields(short time) and I like to calculate the difference between them in a third field.
I've done two tests:
LastTime-FirstTime=1.03
(format of the 3rd field is short time)
LastTime-FirstTime=0,04375
(none format of the 3rd field selected)
What kind of format must I use in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.