PHP Classes

Example Fault

Recommend this page to a friend!

      Gantt Chart Class  >  All threads  >  Example Fault  >  (Un) Subscribe thread alerts  
Subject:Example Fault
Summary:Month display in example.php is wrong
Messages:1
Author:Erwin Vermeulen
Date:2009-03-06 07:35:55
 

  1. Example Fault   Reply   Report abuse  
Picture of Erwin Vermeulen Erwin Vermeulen - 2009-03-06 07:35:55
The example code :
$definitions['limit']['start'] = mktime(0,0,0,12,1,2004); //these settings will define the size of
$definitions['limit']['end'] = mktime(23,59,59,2,28,2005); //graphic and time limits

Displays 'nov 2004', 'dec 2004', and 'jan 2005'.