|
-
September 20th, 2001, 10:11 PM
#1
date and t ime
hello, this is my first time asking a question. i am trying to put date and time in the list box from the system. can anyone tell me how do i go about doing that!thank you
-
September 20th, 2001, 11:50 PM
#2
Re: date and t ime
List1.AddItem Date & Time
or
List1.AddItem Date
List1.AddItem Date
-
September 20th, 2001, 11:52 PM
#3
Re: date and t ime
List1.AddItem Date & Time
or
List1.AddItem format(Date,"dd-mm-yyyy")
List1.AddItem format(time,"HH:MM:SS")
-
September 21st, 2001, 08:01 AM
#4
Re: date and t ime
List1.AddItem Now
Will put Data and time in your listbox
John G
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
|