Elapsed Time Module Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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'?
 
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])
 
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])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top