I have inherited a database with dates entered with the following format in the date fields: 1/1/09 (m/d/yy and mm/dd/yy)
I need to change the dates to the following format:
mm/dd/yyyy
Fortunately, all of the years entered with two digit are in this century, i.e. 2008, 2008, 2010 etc. I am hoping this will simplify the update.
Is there a simple way to update my records to a four digit year? I would prefer a two digit day also, but I don't think this will be problematic in using the date functions I need to run with these records.
Hefly
I need to change the dates to the following format:
mm/dd/yyyy
Fortunately, all of the years entered with two digit are in this century, i.e. 2008, 2008, 2010 etc. I am hoping this will simplify the update.
Is there a simple way to update my records to a four digit year? I would prefer a two digit day also, but I don't think this will be problematic in using the date functions I need to run with these records.
Hefly