mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Added week numbers to dates at card, minicard, Custom Field dates, DatePicker and Calendar.
Thanks to xet7 !
This commit is contained in:
parent
94b67db78a
commit
d06ac09485
6 changed files with 34 additions and 14 deletions
|
|
@ -34,6 +34,7 @@ export class DatePicker extends BlazeComponent {
|
|||
todayBtn: 'linked',
|
||||
language: TAPi18n.getLanguage(),
|
||||
weekStart: this.startDayOfWeek(),
|
||||
calendarWeeks: true,
|
||||
})
|
||||
.on(
|
||||
'changeDate',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue