Is there any php function available where I can add days to a date to make up another date? For example, I have a date in the following format: 27-December-2011
If I
You can use the add method of DateTime. Anyway this solution works for php version >= 5.3