Translating DateTime class.
[email protected] (Jason Schoeman) Thu, 26 Feb 2009 09:30:23 +0200
| Newsgroups | php.i18n |
|---|---|
| Message-ID | <[email protected]> |
Hi every, Is there a way to translate the DateTime http://www.php.net/manual/en/class.datetime.php class to other languages. I used to use strftime but the DateTime class has functionality that I need, I also use datetime::format to format my date and time. I though of using the strftime instead of datetime::format but their are multiple complications. Any help would be appreciated!