mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Set first day of the week to Monday
This commit is contained in:
parent
9969c89b1c
commit
3ac5dba243
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ DatePicker = BlazeComponent.extendComponent({
|
||||||
todayHighlight: true,
|
todayHighlight: true,
|
||||||
todayBtn: 'linked',
|
todayBtn: 'linked',
|
||||||
language: TAPi18n.getLanguage(),
|
language: TAPi18n.getLanguage(),
|
||||||
|
weekStart: 1,
|
||||||
})
|
})
|
||||||
.on(
|
.on(
|
||||||
'changeDate',
|
'changeDate',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue