> When i print a date, the format of this date is: 8 nov
> 2001 0:00
> (print ($array["date"]))
> 
> but i need print this: 08/11/2001
> 
> how i print this ?

Hmmm... well I want to say RTFM, but in light of the recent posts... :)

Take a look at the date() function. 

www.php.net/date

You can format your date with that. 

---John Holmes...

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

Reply via email to