Time_and_Date / Past_Present_Future


1:
2:
3:
4:
5:

<?php

$tomorrow  
mktime (0,0,0,date("m")  ,date("d"1,date("Y"));
$lastmonth mktime (0,0,0,date("m")-1,date("d"),  date("Y"));
$nextyear  mktime (0,0,0,date("m"),  date("d"),  date("Y"1);
?>

Description

  Dates combining date and mktime