I have been searching and looking for a way up front to import and keep the two digit year 12/16/16 instead of when imported it comes in 12/16/2016
I then have to create custom columns and convert
for all my date fields.
Am I missing something, I can't seem to find anything on line or in reference books for keeping the 2 digit date when importing.
Is there a one step approach or do I have to continue the two step by creating a column and using
Thanks
I then have to create custom columns and convert
Code:
Date.ToText([Start], "MM/d/yy")
for all my date fields.
Am I missing something, I can't seem to find anything on line or in reference books for keeping the 2 digit date when importing.
Is there a one step approach or do I have to continue the two step by creating a column and using
Code:
Date.ToText([Start], "MM/d/yy")
Thanks