telekommander
7/25/2017 - 9:38 AM

Collection of some date functions

Collection of some date functions


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