From: Isabelle V. <ver...@fr...> - 2011-04-14 10:13:33
|
For days and months with accented letters, the solution is probably using something similar to functions in the file: Joomla/libraries/joomla/utilities/date.php: _monthToString and _dayToString functions uses the JText::_ function to correctly display these data. Months and days are already defined in language files. Isabelle. |