Elapsed Time Module Question

M

moonslice_77

How can I set up an elapsed time module to show results as only minutes- not
like 1 hour, 2 minutes. Instead just as '62'?
 
M

Marshall Barton

moonslice_77 said:
How can I set up an elapsed time module to show results as only minutes- not
like 1 hour, 2 minutes. Instead just as '62'?

DateDiff("n", [start time], [endtime])
 
M

moonslice_77

Thank You So Much! You have no idea how much time you just saved me! THANK
YOU THANK YOU THANK YOU!!!!

Marshall Barton said:
moonslice_77 said:
How can I set up an elapsed time module to show results as only minutes- not
like 1 hour, 2 minutes. Instead just as '62'?

DateDiff("n", [start time], [endtime])
 
Top