Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to undefined function
#5

[eluser]GIN[/eluser]
Look, if you won't solve your problem, just try to use DateTime class. There are format method that helps you.
For example:
Code:
$now = date("F j, Y, g:i a");
$t = new DateTime($now);
echo $t->format('Y-m-d');


Messages In This Thread
Fatal error: Call to undefined function - by El Forum - 11-02-2009, 02:56 PM
Fatal error: Call to undefined function - by El Forum - 11-02-2009, 03:34 PM
Fatal error: Call to undefined function - by El Forum - 11-02-2009, 03:48 PM
Fatal error: Call to undefined function - by El Forum - 11-02-2009, 03:49 PM
Fatal error: Call to undefined function - by El Forum - 11-02-2009, 04:05 PM
Fatal error: Call to undefined function - by El Forum - 11-02-2009, 04:34 PM
Fatal error: Call to undefined function - by El Forum - 11-03-2009, 12:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB