<?php
echo strtotime("+12 months",strtotime(date('Y-m-d')));
echo '<br/>';
echo mktime(0,0,0,date('m'),date('d'),date('Y')+1);
echo '<br/>';
echo strtotime((date('Y',time())+1).'-'.date('m').'-'.date('d').' 00:00:00');
?>
05-30
584

01-05
1965
