PHP -Date

PHP -Date

am 18.01.2008 13:37:57 von srilathaapi

Hi All,
Can we get the date time in the format depends on either country
code or country name in php.

Thanks&Regards
Srilatha.A

Re: PHP -Date

am 18.01.2008 14:15:25 von Toby A Inkster

sri wrote:

> Can we get the date time in the format depends on either country
> code or country name in php.

Whose country code? The server? Or the visitor? If the visitor, how do you
expect to determine the country they are in?

More to the point, why would you want to? For example, if the whole page
was written in English, why would a French visitor expect to see the date
alone written in his native language as "samedi 18.janvier 2008"?

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 19 days, 24 min.]

Ham vs Bacon vs Pork
http://tobyinkster.co.uk/blog/2008/01/17/pork-etc/

Re: PHP -Date

am 18.01.2008 16:20:38 von Luuk

"Toby A Inkster" schreef in bericht
news:dcl665-ugb.ln1@ophelia.g5n.co.uk...
> sri wrote:
>
> alone written in his native language as "samedi 18.janvier 2008"?
>

Vendredi 18 Janvier 2008

Re: PHP -Date

am 18.01.2008 16:50:47 von luiheidsgoeroe

On Fri, 18 Jan 2008 14:15:25 +0100, Toby A Inkster
wrote:

> sri wrote:
>
>> Can we get the date time in the format depends on either country
>> code or country name in php.
>
> Whose country code? The server? Or the visitor? If the visitor, how do
> you
> expect to determine the country they are in?
>
> More to the point, why would you want to? For example, if the whole page
> was written in English, why would a French visitor expect to see the date
> alone written in his native language as "samedi 18.janvier 2008"?

Yup, only usefull for total translations (in which case you shouldn't
check country, but prefer the HTTP_ACCEPT_LANGUAGE header). Even then,
non-text data (dates, currencies, numbers) presentation examined quite
carefully. Often it's just better to stick to a non-language dependant
uniform presentation for those.
--
Rik Wasmus

Re: PHP -Date

am 18.01.2008 17:48:06 von Toby A Inkster

Luuk wrote:

> Vendredi 18 Janvier 2008

Ah yes. Samedi: wishful thinking.

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 19 days, 4:01.]

Ham vs Bacon vs Pork
http://tobyinkster.co.uk/blog/2008/01/17/pork-etc/