mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 00:28:49 +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
|
|
@ -149,6 +149,10 @@ CardCustomField.register('cardCustomField');
|
|||
});
|
||||
}
|
||||
|
||||
showWeek() {
|
||||
return this.date.get().week().toString();
|
||||
}
|
||||
|
||||
showDate() {
|
||||
// this will start working once mquandalle:moment
|
||||
// is updated to at least moment.js 2.10.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue