Fellows,
any idea on how to make
Thursday, December 2 2004 (1)
become
Giovedì 2 Dicembre 2004 (1)
in new.php ?
thanks.
ferlo.
Fellows,
any idea on how to make
Thursday, December 2 2004 (1)
become
Giovedì 2 Dicembre 2004 (1)
in new.php ?
thanks.
ferlo.
take a look at http://us2.php.net/manual/en/function.setlocale.php.
.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
I tried several variations of set_locale.
I'm not a programmer, and I just got errors.
anyway, I'll ask someone who knows php how to solve the problem now that I know that set_locale is the answer.
thanks for your reply.
yep, not my area of expertise.![]()
but try adding the following to the application.php file:
setlocale (LC_TIME,"italian");
or
setlocale (LC_TIME,"it");
or how about
setlocale(LC_ALL, 'it_IT');
For your country, see:
http://www.w3.org/WAI/ER/IG/ert/iso639.htm
.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.