$days = 10; $then = localtime ( time() + $days * 24*60*60 ); print $then;