CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: System Date

  1. #1
    Join Date
    May 2001
    Posts
    1

    System Date

    Hi guys. This sounds really dumb, but I need a small piece of code. I don't have the help files for visual basic 6, and I need to get the system date for a program I am writing. I have looked all over the site, and can't seem to find it. I'm assuming its a relatively easy function, but I can't find it. Any help would be appriciated. (probably something easy like strdate = GetDate)
    ~Sacul


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: System Date

    dim i
    i = Date
    debug.print i

    HTH

    cksiow
    http://vblib.virtualave.net - share our codes


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

Featured