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?