updated meeting date to tuesday
Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
This commit is contained in:
parent
143b82f4ef
commit
141d6d83f4
@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
// TODO: If the meeting does not happen on Tuesday, change 2 to whatever weekday we need.
|
||||
let date = getNextDayOfWeek(4);
|
||||
let date = getNextDayOfWeek(2);
|
||||
let year = date.getFullYear();
|
||||
let month = date.getMonth() > 8 ? (date.getMonth()+1) : '0' + (date.getMonth()+1);
|
||||
let day = date.getDate() > 9 ? date.getDate() : '0' + date.getDate();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user