Skip to content
Snippets Groups Projects
Commit 73b9581d authored by srosse's avatar srosse
Browse files

OO-5090: use ISO standard for calendar weeks

parent 0fcd173c
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ public class FullCalendarComponentRenderer extends DefaultComponentRenderer {
.append(" },\n")
.append(" timezone: false,\n")
.append(" firstDay:").append(firstDay).append(",\n")
.append(" weekNumberCalculation: 'ISO',\n")
.append(" defaultDate: moment('").append(formatDate(cal.getTime())).append("'),\n")
.append(" defaultView:'").append(fcC.getViewName()).append("',\n")
.append(" weekNumbers: true,\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment