Results 1 to 4 of 4

Thread: get time and date??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    425

    Question 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?

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Time()
    Date()
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Junior Member
    Join Date
    Mar 2002
    Location
    Belgium
    Posts
    20
    you have date() and time()

    if you want to write this away in a database you can do it with:
    Greets
    Kristof Vandooren

  4. #4
    Junior Member
    Join Date
    Mar 2002
    Location
    Belgium
    Posts
    20

    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
    Greets
    Kristof Vandooren

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width