Forums / General / datetime without i10n ?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

datetime without i10n ?

Author Message

Guillaume Kulakowski

Tuesday 10 June 2008 1:06:53 am

Hello,

I try to validate a RSS feed. The problem is that I use datetime(), this solution translate month and day in french.
But, in the RSS specification, name of day and month must be in English.

Is there a technique for use datetime() without internationalization ?

Thx

My blog : http://www.llaumgui.com (not in eZ Publish ;-))
eZC on RHEL : http://blog.famillecollet.com/pages/Config-en
eZC on Fedora : just "yum install php-channel-ezc"

Guillaume Kulakowski

Tuesday 10 June 2008 11:14:02 pm

I have found a solution: to create an template operator gmdate (http://php.net/manual/fr/function.gmdate.php).

Thx

My blog : http://www.llaumgui.com (not in eZ Publish ;-))
eZC on RHEL : http://blog.famillecollet.com/pages/Config-en
eZC on Fedora : just "yum install php-channel-ezc"