Set first day of the week to Monday

This commit is contained in:
Marc Hartmayer 2020-04-22 14:41:27 +02:00
parent 9969c89b1c
commit 3ac5dba243

View file

@ -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',