What is the function to show the current date in a text box, which is going to be written to a text file.
I tried Now() and Today() but they all give me the time as well
I need the format to be
11/30/2007
not
11/30/2007 11:56:55 PM
I tried Now() and Today() but they all give me the time as well
I need the format to be
11/30/2007
not
11/30/2007 11:56:55 PM
Comment