Re: [PHP-I18N] Translating DateTime class.

[email protected] (Edward Batutis) Thu, 26 Feb 2009 07:24:14 -0500
Newsgroups php.i18n
Message-ID <[email protected]>
On Thu, Feb 26, 2009 at 2:30 AM, Jason Schoeman
<[email protected]> wrote:
> Hi every,
>
> Is there a way to translate the DateTime
> http://www.php.net/manual/en/class.datetime.php class to other
> languages.
>

You don't say precisely what you need and you don't say what version
of php you are using. But I would recommend that you look into using
ICU.

http://site.icu-project.org/

=Ed