Mega Code Archive

 
Categories / Php / Strings
 

Using strtotime() with a starting epoch timestamp

<? $november = mktime(0,0,0,11,1,2008); ?>