Hi,

Thursday, September 18, 2003, 2:53:53 PM, you wrote:
CA> Thanks Tom, but using only the strtotime() and later the date()
CA> functions, the page throus the following error:

CA> Warning: unexpected error in date() in e:\wwwroot\videoteca\index.php on
CA> line 52

CA> Now my code looks like this:

CA> $date1 = strtotime($row[lugar_lastinsert]);
CA> $date2 = date("d \de m \de Y H:i:s", $date1);

CA> Any ideas? Thanks,

CA> Cesar Aracena
CA> www.icaam.com.ar



what database are you using?
It may be better to let the db do the formatting for you.

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to