how do I create a Date field format for mm/dd/yyyy (10 digits)

T

The Big Kahuna

Trying to create a text file with a standard 10 digit column containing dates
 
G

Gary''s Student

Enter data like
=TODAY()
It should already be formatted to appear as
10/26/2006
if not then re-format the cell

When the column is filled then save the file as .txt
 
Top