Skip to content

Commit

Permalink
Monday as first day of week for german language
Browse files Browse the repository at this point in the history
quick "default" setting fix. Should be a user setting independend from users prefered language setting.

First day of the week. "0" means display Sunday first (mostly America, India, Japan)
"1" means display Monday first (ISO 8601, all of Europe, many asia countries)
 "2" Saturday first (arab countries)

https://upload.wikimedia.org/wikipedia/commons/e/e2/First_Day_of_Week_World_Map.svg
  • Loading branch information
peterdd committed Oct 25, 2016
1 parent ab3904a commit f7831b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/jscalendar/lang/calendar-de.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Calendar._SDN = new Array
"Sa",
"So");

// First day of the week. 0 means Sunday, 1 means Monday
Calendar._FD = 1;

// full month names
Calendar._MN = new Array
("Januar",
Expand Down

0 comments on commit f7831b7

Please sign in to comment.