ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Incorrect Spanish Date Formatting


  • 2007-10-25 21:17:59

    Incorrect Spanish Date Formatting

    operating system - Server 2003
    version of ATutor - 1.5.5
    versions of php - 5
    version of mysql - 5
    webserver & version - Apache 2.2.6

    The problem I'm currently trying to figure out is, why is it that even though the Spanish translation is working fine, the date is posted in English format.

    Date should be: %%d, %%M, %%Y instead of the default %%M %%d, %%Y... the thing is I try to change this on the language editor and it still shows the date in English...

    Here's an example of what's showing right now:

    Jueves Octubre 25th, 2007

    when it should be:

    Jueves 25th, Octubre 2007.

    In fact the proper translation would be:

    Jueves 25 de Octubre de 2007...

    Is there a way I can code my way to fix this?

    Or does anyone know how to do it?

  • 2007-10-26 09:13:49

    Re: Incorrect Spanish Date Formatting

    This is a language translation problem, so you can simply fix it under admin->language->editor.

    Did you alter all the date formats in the system? You can do a filter on "date_format" and it should show you all the date_format you needed to change.

  • 2007-10-31 19:18:33

    Re: Incorrect Spanish Date Formatting

    You are completely right... I dunno how I missed the other dates under the ones I worked on :). Thank you for pointing me in the right direction!