CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Location
    Pakistan
    Posts
    77

    How can i get the date using the DTPicker

    How can i get the date using the DTPicker control
    i am new to VB
    thanx in advance.


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: How can i get the date using the DTPicker

    Use this property: DTPicker1.value in order to get the date from a date picker.
    Also, if you want to set the date to the current date that the program runs, set: DTPicker1.value=Now

    Michael Vlastos
    Automation Engineer
    Company Modus SA
    Development Department
    Athens, Greece

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