PHP-CSL V0.9

 +PHP
+ Arrays (4)
+ COM for Windows (2)
+ Image (2)
+ LDAP (3)
+ MySQL (10)
+ Regular Expressions (2)
+ String Manipulation (11)
+ Time and Date (6)
+ Date Format
+ Hours to Minutes
+ Minutes to Hours
+ Past Present Future
+ String to Date
+ Today
 +Snippet Options
+   Printer Friendly
 +Library Options
+   View Other Library
 +General Options
+   Library Home
+   PHP-CSL Credits
+   PHP-CSL License
+   Resource Links
+   Log in
Syntax for: 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 for: Time&nbsp;and&nbsp;Date / Past&nbsp;Present&nbsp;Future
  Dates combining date and mktime


 
Powered by: PHP-CSL V0.9