Dempsey
Scripting Contest Winner
http://AdamDempsey.net
Posts: 2395 Reputation: 53
38 / /
Joined: Jul 2003
|
RE: VB Help (DateDiff)
you should be able to do
code: label2(3) = datediff("h",time,strleave) & " hours " & datediff("m",time,strleave) & " minutes"
Something like that
|
|