Hi, I have a little problem. When I use function date() to visualize the date, it return in english language. How can I do to visualize date in italian language?
Thanks too much.
RTFM http://php.net/date ;)
Right above the "See also" block you will find:
[...] To format dates in other languages, you should use the setlocale() and strftime() functions. [...]
-- Hartmut Holzgraefe <[EMAIL PROTECTED]>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php