Dates

A

adn4n

The problem of a date code... I need to address this so that fo
example, 5/6/04 can be correctly entered as either 5th of June or 6t
of May, depending from where the date emanted.

regards
 
D

Dave Peterson

Couldn't you format the cell as mmmm dd, yyyy so that the user sees what date
they entered in a non-ambiguous manner right away?

Or maybe provide 3 inputs: Month, day, and year.
You could combine them elsewhere.
 
Top