G
Guffy9
I have a table with a column that contains dates that are of the dat
type text. They are stored in the format mmddyy, so they appear a
numbers. For example 06/11/2004 would be 061104. Is there an easy wa
to convert these to a date type or at least format them as a date?
I know that I could use:
Code
type text. They are stored in the format mmddyy, so they appear a
numbers. For example 06/11/2004 would be 061104. Is there an easy wa
to convert these to a date type or at least format them as a date?
I know that I could use:
Code