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
date('Y-m-d', strtotime('+6 days', strtotime($original_date)));