Calendar localisation / monday as first weekday / #5289

Summary

open
May 25, 2007
May 25, 2007 / xl
Jun 3, 2008 / stenyak
 

Attached files

No files uploaded
the calendar dropdown is great.
but german users expect monday to be the first weekday, not sunday.

Issue report

Minor
Always
0.08
 

3 Comments

pixtur

May 30, 2007
confirmed...
Not sure how to solve this, though.

xl

May 30, 2007
found it:
look for Calendar.setup({
and add parameter
firstDay : 1
...
for appropriate locales (which are in fact: ...?)...

pixtur

May 30, 2007
But how to add does stuff to the configuration depending on languages?
Could this be an extra conf setting for lang/de.inc.php?
 

Comment / Update