zuhair_jai
Posts: 7
|
| Posted: 02/06/2005, 7:23 PM |
|
Hi... How can i get the duration between two time which one is i get from time() and the other one is a static time. How can write the static time... or there is a function i can use to get a duration between whw two time.
|
 |
 |
eiden
Posts: 34
|
| Posted: 02/07/2005, 12:58 AM |
|
You have to use the DateDiff function.
More info: http://www.w3schools.com/vbscript/vbscript_ref_functions.asp#date
|
 |
 |
zuhair_jai
Posts: 7
|
| Posted: 02/07/2005, 4:22 PM |
|
is this function work for the duration between two time in a day? let say i want to figure out the duration between 8.15am to 10.30pm in the same day.
|
 |
 |
|