Results 1 to 4 of 4

Thread: ...date in another language....

  1. #1
    Join Date
    Nov 2004
    Posts
    8

    Default ...date in another language....

    Fellows,

    any idea on how to make
    Thursday, December 2 2004 (1)

    become
    Giovedì 2 Dicembre 2004 (1)

    in new.php ?


    thanks.
    ferlo.

  2. #2
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  3. #3
    Join Date
    Nov 2004
    Posts
    8

    Default

    I tried several variations of set_locale.
    I'm not a programmer, and I just got errors.
    anyway, I'll ask someone who knows php how to solve the problem now that I know that set_locale is the answer.
    thanks for your reply.

  4. #4
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    yep, not my area of expertise.

    but try adding the following to the application.php file:


    setlocale (LC_TIME,"italian");

    or
    setlocale (LC_TIME,"it");

    or how about
    setlocale(LC_ALL, 'it_IT');

    For your country, see:
    http://www.w3.org/WAI/ER/IG/ert/iso639.htm



    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

Similar Threads

  1. Change Date of Links (date added)
    By brickholius in forum v5.x
    Replies: 5
    Last Post: 11-04-2004, 06:30 PM
  2. Date Last Updated
    By craven in forum v5.x
    Replies: 2
    Last Post: 10-09-2003, 02:08 PM
  3. Sorting by date
    By Bruceper in forum v5.x
    Replies: 3
    Last Post: 09-10-2002, 05:03 PM
  4. Date 12-31-69
    By sweepsmaster in forum v5.x
    Replies: 3
    Last Post: 05-22-2002, 06:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •