You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All dates are served in English, even thought the main language is German,
Spanish, etc.
Adding
setlocale(LC_ALL,"es_ES@euro","es_ES","esp");
not solves the problem because it works with strftime
Example:
echo date('l jS \of F Y h:i:s A'); English
echo strftime("%A, %B %d", time()); uses setlocale defined language
Original issue reported on code.google.com by [email protected] on 30 Aug 2013 at 7:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 Aug 2013 at 7:44The text was updated successfully, but these errors were encountered: