We have bunch of birthdates in our DB that have 2000 as the century instead of 1900. What is the best way to change the century to 1900? I am not aware of an addcentury function or something like that and I don't know if converting it a string and doing a string replacement is the best approach. I apologize if this is a real basic question.