|
-
Apr 2nd, 2002, 12:56 PM
#1
Thread Starter
Hyperactive Member
get time and date??
are there any functions to get time and date in vb and set it to variables for storing it into database like access?
-
Apr 2nd, 2002, 12:59 PM
#2
-
Apr 2nd, 2002, 01:01 PM
#3
Junior Member
you have date() and time()
if you want to write this away in a database you can do it with:
-
Apr 2nd, 2002, 01:02 PM
#4
Junior Member
well
you can use date() and time()
if you want this to write it away in a database, then you must do this:
Date = rst!FIELD.Fields("datum")
Time = rst!FIELD.Fields("tijd")
I hope this helps you
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
|