|
-
Jan 12th, 2000, 03:25 AM
#1
Thread Starter
Junior Member
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
-
Jan 12th, 2000, 05:28 AM
#2
Lively Member
datepickerName.value = Format(Now, "mm/dd/yyyy")
-
Jan 12th, 2000, 08:33 AM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|