Hi,
I'm struggling with getting this format to work withing VB. Can you help?
Here's a snip of the code which displays current date and time, username, and a comments section.
InsertNote = Now & ": " & Environ$("username" & " - " & mymemo & vbCrLf
The code above makes the date and time look like 06/18/03 1:30:55 PM. I would prefer to see 6/18/03 13:30. Any help would be appreciated.
Thanks, Shawn
I'm struggling with getting this format to work withing VB. Can you help?
Here's a snip of the code which displays current date and time, username, and a comments section.
InsertNote = Now & ": " & Environ$("username" & " - " & mymemo & vbCrLf
The code above makes the date and time look like 06/18/03 1:30:55 PM. I would prefer to see 6/18/03 13:30. Any help would be appreciated.
Thanks, Shawn