fork download
  1. <?php
  2. $dateEvent = "2011-07-26 20:05:00";
  3. $dateEvent = strtotime($dateEvent);
  4. echo $h=new DateTime( date('Y-m-d'));
  5.  
  6. // your code goes here
Runtime error #stdin #stdout #stderr 0.02s 24400KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Catchable fatal error:  Object of class DateTime could not be converted to string in /home/tnb44T/prog.php on line 4