You would have a look to setlocale and strftime.
Example, to have a French date :

setlocale (LC_TIME, "fr");
echo strftime("%e %B");  //  gives 15 avril

Regards,
Philippe

"Declan Kenny" <[EMAIL PROTECTED]> a écrit dans le message news:
[EMAIL PROTECTED]
> Hi all,
>
> Is it possible to get dates in different languages
> i.e. date ("j F") would usually return, in the case, 13 April can I make
it
> display the date in French for example??
>
> Thanks
> Declan



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

Reply via email to