Collection of some date functions
// Calc current date + 7 days print date('M d, Y', strtotime('+7 days') );