Is it possible to add days to a date? For example I have a date column with a date of 10/09/2007 then I have a column named date diff with 365. When adding 365 to 10/09/2007 it should give me 10/09/2008 in the final date column. I am not sure how to do this since the date and the value in the date diff column are not constant. Any suggestions are greatly appreciated.