Results 1 to 3 of 3

Thread: Date Picker Question

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    TX
    Posts
    29

    Post

    Hello all! New programmer, so this is probably an easy one...

    I have a date picker on a form. When I created it, VB put in 01/11/2000 in the Value property. What is the command to change that so it always displays the current date?

    Thanks for the help!



    ------------------
    Greg Trickey

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Location
    Burlington, IA, USA`
    Posts
    77

    Post

    datepickerName.value = Format(Now, "mm/dd/yyyy")

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    TX
    Posts
    29

    Post

    Thanks for the answer!

    I only have the Learning Edition right now and it does not include the help file, and I'm sure it would be in there somewhere. My employer is getting the Professional Edition for me. But, those things take a few days...

    Thanks again!



    ------------------
    Greg Trickey

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