G Guest Oct 1, 2007 #1 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'?
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 Oct 1, 2007 #2 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'? Click to expand... DateDiff("n", [start time], [endtime])
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'? Click to expand... DateDiff("n", [start time], [endtime])
G Guest Oct 1, 2007 #3 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'? Click to expand... DateDiff("n", [start time], [endtime]) Click to expand...
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'? Click to expand... DateDiff("n", [start time], [endtime]) Click to expand...