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
Printable View
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
List1.AddItem Date & Time
or
List1.AddItem Date
List1.AddItem Date
List1.AddItem Date & Time
or
List1.AddItem format(Date,"dd-mm-yyyy")
List1.AddItem format(time,"HH:MM:SS")
List1.AddItem Now
Will put Data and time in your listbox
John G