PHP and my locale

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joozju

    PHP and my locale

    My /etc/sysconfig/i18n file reads LANG="nl_NL".
    When I use PHP for web pages and the function gmdate()
    in particular, output still appears in English.

    <?php echo gmdate("D, d-M-Y"); ?> outputs Tue, 08-Jul-2003.
    I want it , however to appear in Dutch.
    Does this have to do with my locale or the way PHP works?

    Thanks in advance.
    Joost
Working...