Manipulate time.

  • Thread starter Thasu Somasundaram
  • Start date
T

Thasu Somasundaram

Dear Support,

I would like to know if there is(or which)built-in time
function, that enables us to get the difference between
the two time.
 
J

John Vinson

Dear Support,

I would like to know if there is(or which)built-in time
function, that enables us to get the difference between
the two time.

DateDiff("s", [starttime], [endtime])

gives the time difference in seconds. "n" gives it in miNutes, "h" in
Hours, and "m" in Months.
 

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

Top