|
-
June 23rd, 2000, 11:41 AM
#1
Date and Time Difference
Does any body Know the API or some other alternative in VB to calculate the differnce between two system dates including time.Please Help ..
-
June 23rd, 2000, 01:01 PM
#2
Re: Date and Time Difference
In Visual Basic, the command is
variable=DateDiff("?",firstdate,seconddate)
I hope this help
adcomp
Puerto Rico
-
June 23rd, 2000, 01:07 PM
#3
Re: Date and Time Difference
Actually I am Begginnerin VB , Thanks for help ..Let me Try ...
-
June 23rd, 2000, 01:27 PM
#4
Re: Date and Time Difference
variable=DateDiff("?",firstdate,seconddate)
Do i have to use something in place of "?" or just put in my field names in place of firstdate and seconddate and any Variable name .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|