Skip to content
Snippets Groups Projects
Verified Commit ed3cf619 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Set first day of week to international standards

parent 63300283
No related branches found
No related tags found
1 merge request!1148Calendar events and iCal feeds
......@@ -84,6 +84,7 @@
no-title
v-model="calendarFocus"
:style="{ margin: '0px -8px' }"
:first-day-of-week="1"
></v-date-picker>
<v-list flat subheader>
<v-subheader>
......@@ -116,6 +117,7 @@
:events="events"
:type="currentCalendarType"
:event_color="getColorForEvent"
:weekdays="[1, 2, 3, 4, 5, 6, 0]"
@click:date="viewDay"
@click:day="viewDay"
@click:more="viewDay"
......
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